Files
wasmtime/crates/misc/rust/Cargo.toml
Alex Crichton 33a39ff4f0 Bump to 0.12.0 (#997)
* Bump to 0.12.0

* Another lockfile update
2020-02-26 16:19:12 -06:00

26 lines
733 B
TOML

[package]
name = "wasmtime-rust"
version = "0.12.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-interface-types = { path = "../../interface-types", version = "0.12.0" }
wasmtime-rust-macro = { path = "./macro", version = "0.12.0" }
wasmtime-wasi = { path = "../../wasi", version = "0.12.0" }
wasmtime = { path = "../../api", version = "0.12.0" }
anyhow = "1.0.19"
[badges]
maintenance = { status = "actively-developed" }