coreutils/src/rmdir/Cargo.toml

18 lines
239 B
TOML
Raw Normal View History

[package]
name = "rmdir"
version = "0.0.1"
authors = []
build = "../../mkmain.rs"
[lib]
name = "uu_rmdir"
path = "rmdir.rs"
[dependencies]
getopts = "0.2.18"
uucore = { path="../uucore" }
[[bin]]
name = "rmdir"
path = "../../uumain.rs"