You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
396 B
17 lines
396 B
[package]
|
|
name = "component-fuzz-util"
|
|
authors = ["The Wasmtime Project Developers"]
|
|
license = "Apache-2.0 WITH LLVM-exception"
|
|
version = "0.0.0"
|
|
edition.workspace = true
|
|
publish = false
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
anyhow = { workspace = true }
|
|
arbitrary = { workspace = true, features = ["derive"] }
|
|
proc-macro2 = "1.0"
|
|
quote = "1.0"
|
|
wasmtime-component-util = { workspace = true }
|
|
|