mirror of
https://github.com/uutils/coreutils.git
synced 2025-12-23 08:47:37 +00:00
16 lines
212 B
TOML
16 lines
212 B
TOML
[package]
|
|
name = "realpath"
|
|
version = "0.0.1"
|
|
authors = []
|
|
|
|
[lib]
|
|
name = "uu_realpath"
|
|
path = "realpath.rs"
|
|
|
|
[dependencies]
|
|
getopts = "*"
|
|
uucore = { path="../uucore" }
|
|
|
|
[[bin]]
|
|
name = "realpath"
|
|
path = "main.rs"
|