let fuzz still have its own workspace

This commit is contained in:
Jussi Saurio
2025-08-08 12:23:06 +03:00
parent 87bf488bbc
commit c25e8c685d

View File

@@ -12,12 +12,13 @@ cargo-fuzz = true
libfuzzer-sys = "0.4"
arbitrary = { version = "1.4.1", features = ["derive"] }
turso_core = { path = "../core", features = ["fuzz"] }
rusqlite.workspace = true
rusqlite = { version = "0.37.0", features = ["bundled"] }
# Prevent this from interfering with workspaces
[workspace]
members = ["."]
[[bin]]
name = "schema"
path = "fuzz_targets/schema.rs"