manage features in workspaces cargo.toml file

This commit is contained in:
Jemilu Mohammed
2023-11-30 16:17:38 +00:00
committed by Karolin Varner
parent 181154b470
commit ca35e47d2a
5 changed files with 17 additions and 17 deletions

View File

@@ -8,7 +8,7 @@ edition = "2021"
cargo-fuzz = true
[dependencies]
arbitrary = { workspace = true, features = ["derive"]}
arbitrary = { workspace = true }
libfuzzer-sys = { workspace = true }
stacker = { workspace = true }