Files
smbc/Cargo.toml
Konstantin Gribov 00bee9a0c1 Initial commit
2016-12-21 17:54:57 +03:00

14 lines
278 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.2.18"
log = "^0.3.6"
smbclient-sys = "^0.1.0"