coreutils/src/mv/Cargo.toml

21 lines
230 B
TOML
Raw Normal View History

[package]
name = "mv"
version = "0.0.1"
authors = []
[lib]
name = "uu_mv"
path = "mv.rs"
[dependencies]
getopts = "*"
libc = "*"
uucore = { path="../uucore" }
[dev-dependencies]
time = "*"
2015-12-01 06:27:20 +00:00
[[bin]]
name = "mv"
path = "main.rs"