add #fuzz devshell and make fuzzing work on nixos

This commit is contained in:
Alex Auvolat
2026-05-01 17:30:12 +02:00
committed by Alex
parent a25ad494cc
commit ddc42c89fb
4 changed files with 20 additions and 6 deletions
+3 -6
View File
@@ -11,12 +11,9 @@ cargo-fuzz = true
arbitrary = { workspace = true, features = ["derive"]}
libfuzzer-sys = { workspace = true }
[dependencies.garage_table]
path = "../src/table"
[dependencies.garage_model]
path = "../src/model"
features = ["arbitrary"]
garage_db.workspace = true
garage_table.workspace = true
garage_model = { workspace = true, default-features = false, features = ["arbitrary"] }
[[bin]]
name = "version_crdt"