Initial commit

This commit is contained in:
Konstantin Gribov
2016-12-21 17:54:57 +03:00
commit 00bee9a0c1
8 changed files with 1403 additions and 0 deletions

13
Cargo.toml Normal file
View File

@@ -0,0 +1,13 @@
[package]
name = "smbc"
version = "0.1.0"
authors = ["Konstantin Gribov <grossws@gmail.com>"]
repository = "https://github.com/smbc-rs/smbc"
license = "GPL-3.0+"
keywords = ["smbclient", "samba", "cifs"]
[dependencies]
libc = "^0.2.18"
log = "^0.3.6"
smbclient-sys = "^0.1.0"