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