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