* Bump Wasmtime to 0.31.0 [automatically-tag-and-release-this-commit] * Update 0.31.0 release notes Co-authored-by: Wasmtime Publish <wasmtime-publish@users.noreply.github.com> Co-authored-by: Alex Crichton <alex@alexcrichton.com>
19 lines
430 B
TOML
19 lines
430 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.78.0" }
|
|
|
|
anyhow = "1.0.19"
|
|
arbitrary = "1.0.0"
|
|
rand = "0.8.0"
|