coreutils/src/relpath/Cargo.toml

21 lines
286 B
TOML
Raw Normal View History

[package]
name = "relpath"
version = "0.0.1"
authors = []
build = "../#common/mkmain.rs"
[lib]
name = "uu_relpath"
path = "relpath.rs"
[dependencies]
getopts = "0.2.18"
[dependencies.uucore]
version = "0.0.1"
features = ["fs"]
[[bin]]
name = "relpath"
path = "../#common/uumain.rs"