blob: 5306cd376a025f3e081b3db92d236eeb73e48d8c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Cargo.toml.orig 2025-08-06 20:45:47 UTC
+++ Cargo.toml
@@ -27,7 +27,7 @@ clap = { version = "4.5", features = ["string"], optio
anyhow = "1.0"
async-channel = { version = "2.3", optional = true }
clap = { version = "4.5", features = ["string"], optional = true }
-git2 = { version = "0.20", features = ["vendored-openssl"] }
+git2 = { version = "0.20" }
glib = { version = "0.21", optional = true }
gtk = { version = "0.10", package = "gtk4", features = ["v4_18"], optional = true }
indicatif = { version = "0.18", optional = true }
|