summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml21
1 files changed, 1 insertions, 20 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2343f68..c6488e2 100644
--- a/Cargo.toml
+++ b/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" \ No newline at end of file
+thiserror = "2.0.17" \ No newline at end of file