Author:
Hash:
Timestamp:
+4 -1 +/-1 browse
Kevin Schoon [me@kevinschoon.com]
ee5d77d3a5d5c35b97942db2211cb4ccf6573155
Thu, 14 May 2026 09:36:43 +0000 (3 weeks ago)
| 1 | diff --git a/Cargo.toml b/Cargo.toml |
| 2 | index e7feac6..c1b01e1 100644 |
| 3 | --- a/Cargo.toml |
| 4 | +++ b/Cargo.toml |
| 5 | @@ -20,6 +20,10 @@ members = [ |
| 6 | ] |
| 7 | |
| 8 | [workspace.dependencies] |
| 9 | + |
| 10 | + git2 = { version = "0.20.4", default-features = false, features = ["vendored-libgit2"] } |
| 11 | + |
| 12 | + |
| 13 | async-trait = "0.1.89" |
| 14 | bytes = "1.11.1" |
| 15 | clap = { version = "4.5.57", features = ["derive"] } |
| 16 | @@ -27,7 +31,6 @@ clap_complete = { version = "4.5.65" } |
| 17 | serde = { version = "1.0", features = ["derive"] } |
| 18 | serde_json = "1.0.149" |
| 19 | petgraph = { version = "0.6.5", features = ["serde-1"] } |
| 20 | - git2 = { version = "0.20.4", default-features = false, features = [] } |
| 21 | rand = "0.9.2" |
| 22 | thiserror = "2.0.18" |
| 23 | tracing = { version = "0.1.44", features=["log"] } |