[package]
name = "sync"
version = "0.0.1"
authors = []
[lib]
path = "sync.rs"
[dependencies]
getopts = "*"
libc = "*"
[[bin]]
name="sync"
path="sync.rs"