blob: 150b9548c01b32b6f783482a55d9d49ed37ca4d2 (
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.11.8"
arbitrary = { version = "1.0.0", features = ["derive"] }
libc = "0.2"
|