We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37580f1 commit 512ce20Copy full SHA for 512ce20
Cargo.toml
@@ -29,12 +29,15 @@ name = "pyrepscan"
29
crate-type = ["cdylib"]
30
31
[dependencies]
32
-git2 = "0.13"
33
regex = "1"
34
rayon = "1.5"
35
chrono = "0.4"
36
parking_lot = "0.11"
37
+[dependencies.git2]
38
+version = "0.13"
39
+default-features = false
40
+
41
[dependencies.pyo3]
42
version = "0.13.1"
43
features = ["extension-module"]
0 commit comments