mirror of
https://github.com/uutils/coreutils
synced 2024-12-19 01:23:53 +00:00
16 lines
175 B
TOML
16 lines
175 B
TOML
[package]
|
|
name = "rmdir"
|
|
version = "0.0.1"
|
|
authors = []
|
|
|
|
[lib]
|
|
name = "rmdir"
|
|
path = "rmdir.rs"
|
|
|
|
[dependencies]
|
|
getopts = "*"
|
|
libc = "*"
|
|
|
|
[[bin]]
|
|
name="rmdir"
|
|
path="rmdir.rs"
|