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
@@ -16,6 +16,7 @@ members = [
"src/garage",
"src/k2v-client",
"src/format-table",
"fuzz",
]
default-members = ["src/garage"]
@@ -40,6 +41,7 @@ k2v-client = { version = "0.0.4", path = "src/k2v-client" }
# External crates from crates.io
arc-swap = "1.8"
arbitrary = { version = "1.4.2", features = ["derive"] }
argon2 = "0.5"
async-trait = "0.1"
backtrace = "0.3"