Files
wasmtime/cranelift/fuzzgen/Cargo.toml
wasmtime-publish 9137b4a50e Bump Wasmtime to 0.35.0 (#3885)
[automatically-tag-and-release-this-commit]

Co-authored-by: Wasmtime Publish <wasmtime-publish@users.noreply.github.com>
2022-03-07 15:18:34 -06: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 = "2018"
publish = false
[dependencies]
cranelift = { path = "../umbrella", version = "0.82.0" }
anyhow = "1.0.19"
arbitrary = "1.0.0"