[package] name = "sync" version = "0.0.1" authors = [] [lib] name = "sync" path = "sync.rs" [dependencies] getopts = "*" libc = "*" winapi = "*" kernel32-sys = "*" uucore = { path="../uucore" } [[bin]] name="sync" path="sync.rs"