Update libs

This commit is contained in:
Noah Knegt
2025-05-08 16:48:10 +02:00
parent a2f2e303a0
commit 347d71d9de
10 changed files with 202 additions and 159 deletions

View File

@@ -9,10 +9,10 @@ license-file.workspace = true
repository.workspace = true
[dependencies]
clap = { version = "4.5", features = ["derive"] }
anyhow = "1.0"
clap = { version = "4.5", features = ["derive"] }
colored = "3.0"
indicatif = "0.17"
dirs = "6.0"
git = { version = "0.1.0", path = "../git" }
indicatif = "0.17"
thiserror = { version = "2.0" }
command-with-spinner = { version = "0.1.0", path = "../command-with-spinner" }