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 09b68f8 commit 6aeffb4Copy full SHA for 6aeffb4
asyncgit/Cargo.toml
@@ -11,6 +11,11 @@ license = "MIT"
11
categories = ["asynchronous", "concurrency"]
12
keywords = ["git"]
13
14
+[features]
15
+default = ["trace-libgit"]
16
+trace-libgit = []
17
+vendor-openssl = ["openssl-sys"]
18
+
19
[dependencies]
20
bitflags = "2"
21
crossbeam-channel = "0.5"
@@ -45,8 +50,3 @@ invalidstring = { path = "../invalidstring", version = "0.1" }
45
50
pretty_assertions = "1.4"
46
51
serial_test = "3.3"
47
52
tempfile = "3"
48
-
49
-[features]
-default = ["trace-libgit"]
-trace-libgit = []
-vendor-openssl = ["openssl-sys"]
0 commit comments