xref: /wasmtime-44.0.1/pulley/fuzz/Cargo.toml (revision 83029e3f)
1[package]
2name = "pulley-interpreter-fuzz"
3version = "0.0.0"
4publish = false
5edition.workspace = true
6rust-version.workspace = true
7
8[lints]
9workspace = true
10
11[dependencies]
12pulley-interpreter = { path = "..", features = ["encode", "decode", "disas", "interp", "arbitrary"] }
13env_logger = { workspace = true }
14log = { workspace = true }
15