mirror of
https://github.com/uutils/coreutils
synced 2024-12-19 17:43:52 +00:00
20 lines
286 B
TOML
20 lines
286 B
TOML
[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"
|