Files
wasmtime/crates/misc/rust/Cargo.toml
Alex Crichton 63d5b91930 Wasmtime 0.19.0 and Cranelift 0.66.0 (#2027)
This commit updates Wasmtime's version to 0.19.0, Cranelift's version to
0.66.0, and updates the release notes as well.
2020-07-16 12:46:21 -05:00

25 lines
656 B
TOML

[package]
name = "wasmtime-rust"
version = "0.19.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
description = "Rust extension for Wasmtime"
license = "Apache-2.0 WITH LLVM-exception"
categories = ["wasm"]
keywords = ["webassembly", "wasm"]
repository = "https://github.com/bytecodealliance/wasmtime"
readme = "README.md"
edition = "2018"
[lib]
test = false
doctest = false
[dependencies]
wasmtime-rust-macro = { path = "./macro", version = "0.19.0" }
wasmtime-wasi = { path = "../../wasi", version = "0.19.0" }
wasmtime = { path = "../../wasmtime", version = "0.19.0" }
anyhow = "1.0.19"
[badges]
maintenance = { status = "actively-developed" }