coreutils/src/mv/Cargo.toml

17 lines
193 B
TOML
Raw Normal View History

[package]
name = "mv"
version = "0.0.1"
authors = []
[lib]
name = "uu_mv"
path = "mv.rs"
[dependencies]
2017-07-15 19:03:43 +00:00
getopts = "0.2.14"
2016-11-18 13:58:13 +00:00
uucore = { path="../uucore" }
2015-12-01 06:27:20 +00:00
[[bin]]
name = "mv"
path = "main.rs"