Files
wasmtime/cranelift/fuzzgen/Cargo.toml
wasmtime-publish 9a6854456d Bump Wasmtime to 0.38.0 (#4103)
Co-authored-by: Wasmtime Publish <wasmtime-publish@users.noreply.github.com>
2022-05-05 13:43:02 -05:00

18 lines
415 B
TOML

[package]
name = "cranelift-fuzzgen"
version = "0.75.0"
authors = ["The Wasmtime Project Developers"]
description = "Cranelift module generator"
license = "Apache-2.0 WITH LLVM-exception"
repository = "https://github.com/bytecodealliance/wasmtime"
readme = "README.md"
edition = "2021"
publish = false
[dependencies]
cranelift = { path = "../umbrella", version = "0.85.0" }
anyhow = "1.0.19"
arbitrary = "1.0.0"