Skip to content

Commit 6aeffb4

Browse files
committed
cargo sort
1 parent 09b68f8 commit 6aeffb4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

asyncgit/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ license = "MIT"
1111
categories = ["asynchronous", "concurrency"]
1212
keywords = ["git"]
1313

14+
[features]
15+
default = ["trace-libgit"]
16+
trace-libgit = []
17+
vendor-openssl = ["openssl-sys"]
18+
1419
[dependencies]
1520
bitflags = "2"
1621
crossbeam-channel = "0.5"
@@ -45,8 +50,3 @@ invalidstring = { path = "../invalidstring", version = "0.1" }
4550
pretty_assertions = "1.4"
4651
serial_test = "3.3"
4752
tempfile = "3"
48-
49-
[features]
50-
default = ["trace-libgit"]
51-
trace-libgit = []
52-
vendor-openssl = ["openssl-sys"]

0 commit comments

Comments
 (0)