Create libs for common code

Update libs
This commit is contained in:
Noah Knegt
2025-05-08 14:09:29 +02:00
parent 5d372f87cb
commit 69f94c64b6
14 changed files with 314 additions and 247 deletions

26
Cargo.lock generated
View File

@@ -131,6 +131,16 @@ dependencies = [
"windows-sys",
]
[[package]]
name = "command-with-spinner"
version = "0.1.0"
dependencies = [
"anyhow",
"colored",
"indicatif",
"thiserror",
]
[[package]]
name = "console"
version = "0.15.11"
@@ -152,6 +162,7 @@ dependencies = [
"clap",
"colored",
"dirs",
"git",
"indicatif",
"thiserror",
]
@@ -194,6 +205,19 @@ dependencies = [
"wasi",
]
[[package]]
name = "git"
version = "0.1.0"
dependencies = [
"anyhow",
"command-with-spinner",
"thiserror",
]
[[package]]
name = "git-ssh-bitwarden"
version = "0.1.0"
[[package]]
name = "heck"
version = "0.5.0"
@@ -311,8 +335,8 @@ dependencies = [
"anyhow",
"clap",
"colored",
"git",
"indicatif",
"thiserror",
]
[[package]]