1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 12:37:49 +00:00

implement many copy flags

- Refactored towards extensibility
This commit is contained in:
Joshua Miller 2016-12-28 02:08:43 +01:00
parent f331412ab0
commit 7dafb649d5
7 changed files with 1103 additions and 208 deletions

2
Cargo.lock generated
View file

@ -305,8 +305,10 @@ dependencies = [
name = "cp"
version = "0.0.1"
dependencies = [
"clap 2.25.0 (registry+https://github.com/rust-lang/crates.io-index)",
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
"quick-error 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.1",
"walkdir 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
]