coreutils/src/rm/Cargo.toml

16 lines
188 B
TOML

[package]
name = "rm"
version = "0.0.1"
authors = []
[lib]
name = "uu_rm"
path = "rm.rs"
[dependencies]
getopts = "*"
uucore = { path="../uucore" }
[[bin]]
name = "rm"
path = "main.rs"