Implement embedded HTTPS Git synchronization

This commit is contained in:
Hermes Agent
2026-08-09 23:54:10 +00:00
parent 410007c012
commit 75ce19da00
14 changed files with 4811 additions and 15 deletions

View File

@@ -10,21 +10,24 @@ publish = false
cap-std.workspace = true
cap-tempfile.workspace = true
clap.workspace = true
flate2.workspace = true
gix.workspace = true
gix-config.workspace = true
pgp.workspace = true
rand.workspace = true
regex.workspace = true
reqwest.workspace = true
serde.workspace = true
sha1.workspace = true
shlex.workspace = true
toml.workspace = true
url.workspace = true
zeroize.workspace = true
[dev-dependencies]
flate2 = "1.1"
hex = "0.4"
rand_chacha = "0.3"
rustix = { version = "1.1", features = ["fs"] }
sha1 = "0.10"
sha2 = "0.10"
smallvec = "1.15"
tempfile = "3"