mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-27 15:37:03 +00:00
add #fuzz devshell and make fuzzing work on nixos
This commit is contained in:
+3
-6
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user