forked from gentoo-utils/gentoo-utils
remove unneeded targets from Cargo.toml
This commit is contained in:
21
Cargo.toml
21
Cargo.toml
@@ -7,23 +7,4 @@ edition = "2024"
|
||||
mon = { git = "https://jturnerusa.dev/cgit/mon/", rev = "7fa1e34c22f4c5bfa99925560be9c23bb2d6d670" }
|
||||
get = { git = "https://jturnerusa.dev/cgit/get/", rev = "cd5f75b65777a855ab010c3137304ac05f2e56b8" }
|
||||
itertools = "0.14.0"
|
||||
thiserror = "2.0.17"
|
||||
|
||||
[profile.dev]
|
||||
debug = true
|
||||
|
||||
[[bin]]
|
||||
path = "fuzz/atom/parser/gencorpus.rs"
|
||||
name = "atom_parser_gencorpus"
|
||||
|
||||
[[test]]
|
||||
path = "fuzz/atom/parser/fuzz.rs"
|
||||
name = "atom_parser_fuzz"
|
||||
|
||||
[[bin]]
|
||||
path = "fuzz/atom/vercmp/gencorpus.rs"
|
||||
name = "atom_vercmp_gencorpus"
|
||||
|
||||
[[test]]
|
||||
path = "fuzz/atom/vercmp/fuzz.rs"
|
||||
name = "atom_vercmp_fuzz"
|
||||
thiserror = "2.0.17"
|
||||
Reference in New Issue
Block a user