mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2026-01-16 18:21:01 +00:00
Bumps [getopts](https://github.com/rust-lang/getopts) from 0.2.17 to 0.2.18. - [Release notes](https://github.com/rust-lang/getopts/releases) - [Commits](https://github.com/rust-lang/getopts/compare/0.2.17...v0.2.18) Signed-off-by: dependabot[bot] <support@dependabot.com>
20 lines
277 B
TOML
20 lines
277 B
TOML
[package]
|
|
name = "relpath"
|
|
version = "0.0.1"
|
|
authors = []
|
|
build = "../../mkmain.rs"
|
|
|
|
[lib]
|
|
name = "uu_relpath"
|
|
path = "relpath.rs"
|
|
|
|
[dependencies]
|
|
getopts = "0.2.18"
|
|
|
|
[dependencies.uucore]
|
|
path = "../uucore"
|
|
features = ["fs"]
|
|
|
|
[[bin]]
|
|
name = "relpath"
|
|
path = "../../uumain.rs"
|