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