Revert "[O] Use libraries"

This reverts commit b225c4bbd8.
This commit is contained in:
2026-05-07 16:27:28 +00:00
parent b225c4bbd8
commit 4545a5e515
3 changed files with 235 additions and 1501 deletions
+1 -6
View File
@@ -5,22 +5,17 @@ edition = "2024"
[dependencies]
anyhow = "1.0"
bytes = "1.11.1"
clap = { version = "4.5", features = ["derive"] }
console = "0.16"
dialoguer = "0.12"
directories = "5.0"
gitlab = "0.1811.0"
hmac = "0.12"
http = "1.4.0"
octocrab = { version = "0.50.0", default-features = false, features = ["default-client", "follow-redirect", "jwt-aws-lc-rs", "retry", "rustls", "rustls-aws-lc-rs", "timeout", "tracing"] }
reqwest = { version = "0.12", default-features = false, features = ["blocking", "json", "rustls-tls"] }
regex = "1.11"
reqwest = { version = "0.13", default-features = false, features = ["blocking", "json", "rustls"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
sha2 = "0.10"
tempfile = "3.13"
tiny_http = "0.12"
tokio = { version = "1.52.2", features = ["rt-multi-thread", "time"] }
toml = "0.8"
url = "2.5"