mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 08:58:21 +00:00
Have cargo-sort 2.0.1 sort Cargo.toml's (#2653)
This commit is contained in:
parent
849824ab5a
commit
7625277953
2 changed files with 9 additions and 9 deletions
|
|
@ -11,6 +11,11 @@ license = "MIT"
|
|||
categories = ["concurrency", "asynchronous"]
|
||||
keywords = ["git"]
|
||||
|
||||
[features]
|
||||
default = ["trace-libgit"]
|
||||
trace-libgit = []
|
||||
vendor-openssl = ["openssl-sys"]
|
||||
|
||||
[dependencies]
|
||||
bitflags = "2"
|
||||
crossbeam-channel = "0.5"
|
||||
|
|
@ -43,8 +48,3 @@ invalidstring = { path = "../invalidstring", version = "0.1" }
|
|||
pretty_assertions = "1.4"
|
||||
serial_test = "3.2"
|
||||
tempfile = "3"
|
||||
|
||||
[features]
|
||||
default = ["trace-libgit"]
|
||||
trace-libgit = []
|
||||
vendor-openssl = ["openssl-sys"]
|
||||
|
|
|
|||
|
|
@ -11,9 +11,9 @@ readme = "README.md"
|
|||
categories = ["development-tools::profiling"]
|
||||
keywords = ["profiling", "logging"]
|
||||
|
||||
[features]
|
||||
default = []
|
||||
enabled = []
|
||||
|
||||
[dependencies]
|
||||
log = "0.4"
|
||||
|
||||
[features]
|
||||
default =[]
|
||||
enabled =[]
|
||||
|
|
|
|||
Loading…
Reference in a new issue