make cargo backend use .crates2.json file

This commit is contained in:
steven-omaha
2023-01-10 17:22:57 +01:00
parent c2072223c6
commit 487848e5bc
4 changed files with 30 additions and 54 deletions
+4
View File
@@ -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"