coreutils/src/mv/Cargo.toml

18 lines
227 B
TOML
Raw Normal View History

[package]
name = "mv"
version = "0.0.1"
authors = []
build = "../../mkmain.rs"
[lib]
name = "uu_mv"
path = "mv.rs"
[dependencies]
getopts = "0.2.18"
2016-11-18 13:58:13 +00:00
uucore = { path="../uucore" }
2015-12-01 06:27:20 +00:00
[[bin]]
name = "mv"
path = "../../uumain.rs"