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