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