summaryrefslogtreecommitdiffstats
path: root/js/src/fuzz-tests/gluesmith/Cargo.toml
blob: 42c8cec4f2aa22a7b1bb14bbc66f207274880a59 (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.12.5"
arbitrary = { version = "1.0.0", features = ["derive"] }
libc = "0.2"