mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-17 08:34:19 +01:00
let fuzz still have its own workspace
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user