diff options
| author | John Turner <jturner.usa@gmail.com> | 2025-11-21 23:23:57 +0000 |
|---|---|---|
| committer | John Turner <jturner.usa@gmail.com> | 2025-11-21 23:23:57 +0000 |
| commit | 64065b753b03e7ab1223c77728b4ac8846a4eae2 (patch) | |
| tree | 1b993a1b94b46672a602779a512b009479dee2ae | |
| parent | 9eaf25f8c891663a09a6ad96fa1c9c7b25c57919 (diff) | |
| download | gentoo-utils-64065b753b03e7ab1223c77728b4ac8846a4eae2.tar.gz | |
remove unneeded targets from Cargo.toml
| -rw-r--r-- | Cargo.toml | 21 |
1 files changed, 1 insertions, 20 deletions
@@ -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"
\ No newline at end of file +thiserror = "2.0.17"
\ No newline at end of file |
