diff --git a/Cargo.toml b/Cargo.toml index 205e4ea..e676e3d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "libdvb" -version = "0.3.0" -description = "Interface for DVB-API v5 devices in Linux" -authors = ["Cesbo Developers Team "] +version = "0.4.0" +description = "Safe interface for DVB-API v5 devices in Linux" +authors = ["Cesbo Developers Team ", "Daniil Gentili "] license = "MIT" readme = "README.md" documentation = "https://docs.rs/libdvb"