remove unneeded targets from Cargo.toml

This commit is contained in:
John Turner
2025-11-21 23:23:57 +00:00
parent 9eaf25f8c8
commit 64065b753b

View File

@@ -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"