mirror of
https://github.com/uutils/coreutils
synced 2024-12-18 09:03:14 +00:00
18 lines
297 B
TOML
18 lines
297 B
TOML
[package]
|
|
name = "realpath"
|
|
version = "0.0.1"
|
|
authors = []
|
|
license = "MIT"
|
|
build = "../#common/mkmain.rs"
|
|
|
|
[lib]
|
|
name = "uu_realpath"
|
|
path = "realpath.rs"
|
|
|
|
[dependencies]
|
|
getopts = "0.2.18"
|
|
uucore = { version = "0.0.2", features = ["fs"] }
|
|
|
|
[[bin]]
|
|
name = "realpath"
|
|
path = "../#common/uumain.rs"
|