make cargo backend use .crates2.json file
This commit is contained in:
@@ -8,6 +8,7 @@ alpm = "*"
|
||||
anyhow = "*"
|
||||
# clap 4 until (at least) 4.0.32 have scrapped actual color support. we stay on 3.x until that's fixed.
|
||||
clap = "3.*"
|
||||
serde_json = "1.0.91"
|
||||
|
||||
[profile.release]
|
||||
lto = "fat"
|
||||
@@ -21,3 +22,6 @@ criterion = "*"
|
||||
harness = false
|
||||
name = "bench"
|
||||
|
||||
[[bin]]
|
||||
name = "pacdef"
|
||||
path = "src/main.rs"
|
||||
|
||||
Reference in New Issue
Block a user