Set up fuzz infrastructure

This commit is contained in:
Arthur Carcano
2026-04-28 15:46:17 +02:00
committed by Alex
parent 0a5282d918
commit ade4d07bb5
8 changed files with 78 additions and 0 deletions
+2
View File
@@ -17,6 +17,7 @@ path = "lib.rs"
garage_db.workspace = true
garage_net.workspace = true
arbitrary = { optional = true, workspace = true }
arc-swap.workspace = true
async-trait.workspace = true
blake2.workspace = true
@@ -52,6 +53,7 @@ mktemp.workspace = true
[features]
k2v = []
arbitrary = ["dep:arbitrary"]
[lints]
workspace = true