coreutils/src/cp/Cargo.toml

19 lines
213 B
TOML
Raw Normal View History

[package]
name = "cp"
version = "0.0.1"
authors = []
[lib]
name = "uu_cp"
path = "cp.rs"
[dependencies]
getopts = "*"
libc = "*"
uucore = { path="../uucore" }
2017-06-02 11:19:33 +00:00
walkdir = "*"
[[bin]]
name = "cp"
path = "main.rs"