Files
smbc/Cargo.toml
2016-12-25 04:22:54 +03:00

14 lines
277 B
TOML

[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.1.8"
log = "^0.3.6"
smbclient-sys = "^0.1.0"