This commit is contained in:
pika 2025-03-26 17:58:43 +01:00
parent 133aac1aac
commit 7c011a30d0
5 changed files with 290 additions and 106 deletions

View file

@ -7,11 +7,10 @@ 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
anyhow = "1.0.75"
clap = { version = "4.4.6", features = ["derive"] }
colored = "2.0.4"
filetime = "0.2.22"
glob = "0.3.1"
indicatif = "0.17.7"
walkdir = "2.4.0"