coreutils/src/sync/Cargo.toml

20 lines
257 B
TOML
Raw Normal View History

[package]
name = "sync"
version = "0.0.1"
authors = []
[lib]
name = "uu_sync"
path = "sync.rs"
[dependencies]
2017-07-15 19:03:43 +00:00
getopts = "0.2.14"
libc = "0.2.26"
winapi = "0.2.8"
kernel32-sys = "0.2.2"
uucore = { path="../uucore" }
[[bin]]
name = "sync"
path = "main.rs"