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