mirror of
https://github.com/uutils/coreutils
synced 2024-12-19 09:33:25 +00:00
20 lines
280 B
TOML
20 lines
280 B
TOML
[package]
|
|
name = "realpath"
|
|
version = "0.0.1"
|
|
authors = []
|
|
build = "../../mkmain.rs"
|
|
|
|
[lib]
|
|
name = "uu_realpath"
|
|
path = "realpath.rs"
|
|
|
|
[dependencies]
|
|
getopts = "0.2.18"
|
|
|
|
[dependencies.uucore]
|
|
version = "0.0.1"
|
|
features = ["fs"]
|
|
|
|
[[bin]]
|
|
name = "realpath"
|
|
path = "../../uumain.rs"
|