summaryrefslogtreecommitdiffstats
path: root/js/src/fuzz-tests/gluesmith/Cargo.toml
blob: 7bd7f6652a85712bcc2ed6b8db6b0f8613309a8f (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "gluesmith"
version = "0.1.0"
authors = ["Christian Holler"]
license = "MPL-2.0"

[dependencies]
wasm-smith = "0.15.0"
arbitrary = { version = "1.0.0", features = ["derive"] }
libc = "0.2"