From f12958560d6179b10eb0f91971ca0c13c8b01aa8 Mon Sep 17 00:00:00 2001 From: Konstantin Gribov Date: Sun, 25 Dec 2016 04:32:27 +0300 Subject: [PATCH] Added description --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) 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"