batman
This commit is contained in:
commit
5778b84891
4 changed files with 728 additions and 0 deletions
17
Cargo.toml
Normal file
17
Cargo.toml
Normal file
|
@ -0,0 +1,17 @@
|
|||
[package]
|
||||
name = "rcp"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
description = "A modern replacement for cp with progress bars"
|
||||
license = "MIT"
|
||||
authors = ["Alexander Pieck <admin@team-pieck.de>"]
|
||||
|
||||
[dependencies]
|
||||
indicatif = "0.17.11" # Removed non-existent feature
|
||||
anyhow = "1.0"
|
||||
walkdir = "2.4"
|
||||
glob = "0.3"
|
||||
clap = { version = "4.4", features = ["derive"] }
|
||||
colored = "2.1"
|
||||
filetime = "0.2" # For preserving timestamps
|
||||
thiserror = "1.0" # For better error handling
|
Loading…
Add table
Add a link
Reference in a new issue