diff --git a/Cargo.toml b/Cargo.toml index 288fbe7..0ed43ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Konstantin Gribov "] repository = "https://github.com/smbc-rs/smbc" license = "GPL-3.0+" keywords = ["smbclient", "samba", "cifs"] +description = "type-safe libsmbclient wrapper with std::fs-like interface" [dependencies] libc = "^0.1.8"