mirror of
https://github.com/uutils/coreutils
synced 2024-12-19 17:43:52 +00:00
16 lines
208 B
TOML
16 lines
208 B
TOML
[package]
|
|
name = "relpath"
|
|
version = "0.0.1"
|
|
authors = []
|
|
|
|
[lib]
|
|
name = "uu_relpath"
|
|
path = "relpath.rs"
|
|
|
|
[dependencies]
|
|
getopts = "*"
|
|
uucore = { path="../uucore" }
|
|
|
|
[[bin]]
|
|
name = "relpath"
|
|
path = "main.rs"
|