1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-16 02:01:05 +00:00
uutils-coreutils/src/rm/Cargo.toml
2019-05-12 22:42:20 -07:00

19 lines
257 B
TOML

[package]
name = "rm"
version = "0.0.1"
authors = []
build = "../../mkmain.rs"
[lib]
name = "uu_rm"
path = "rm.rs"
[dependencies]
getopts = "0.2.18"
walkdir = "2.1.4"
remove_dir_all = "0.5.1"
uucore = "0.0.1"
[[bin]]
name = "rm"
path = "../../uumain.rs"