forked from gentoo-utils/gentoo-utils
remove unneeded targets from Cargo.toml
This commit is contained in:
19
Cargo.toml
19
Cargo.toml
@@ -8,22 +8,3 @@ mon = { git = "https://jturnerusa.dev/cgit/mon/", rev = "7fa1e34c22f4c5bfa999255
|
|||||||
get = { git = "https://jturnerusa.dev/cgit/get/", rev = "cd5f75b65777a855ab010c3137304ac05f2e56b8" }
|
get = { git = "https://jturnerusa.dev/cgit/get/", rev = "cd5f75b65777a855ab010c3137304ac05f2e56b8" }
|
||||||
itertools = "0.14.0"
|
itertools = "0.14.0"
|
||||||
thiserror = "2.0.17"
|
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"
|
|
||||||
Reference in New Issue
Block a user