This commit is contained in:
parent
2570be9c3e
commit
709b27f8de
@ -10,7 +10,10 @@ members = ["crates/gitlog_core"]
|
|||||||
|
|
||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
eyre = "0.6.8"
|
eyre = "0.6.8"
|
||||||
git2 = "0.15.0"
|
git2 = { version = "0.15.0", features = [
|
||||||
|
"vendored-libgit2",
|
||||||
|
"vendored-openssl",
|
||||||
|
] }
|
||||||
serde = { version = "1.0.147", features = ["derive"] }
|
serde = { version = "1.0.147", features = ["derive"] }
|
||||||
serde_json = "1.0.87"
|
serde_json = "1.0.87"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user