18 lines
452 B
TOML
18 lines
452 B
TOML
[package]
|
|
authors = ["The Wasmtime Project Developers"]
|
|
description = "Fuzzing infrastructure for Wasmtime"
|
|
edition = "2018"
|
|
name = "wasmtime-fuzzing"
|
|
publish = false
|
|
version = "0.1.0"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
arbitrary = "0.2.0"
|
|
binaryen = "0.8.1"
|
|
cranelift-codegen = "0.50.0"
|
|
cranelift-native = "0.50.0"
|
|
wasmparser = "0.42.1"
|
|
wasmtime-jit = { path = "../jit" }
|