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