Files
wasmtime/crates/test-programs/Cargo.toml
Dan Gohman fde5ddf159 Fixes for 0.15 (#1449)
* Wasmtime 0.15.0 and Cranelift 0.62.0. (#1398)

* Bump more ad-hoc versions.

* Add build.rs to wasi-common's Cargo.toml.

* Update the env var name in more places.

* Remove a redundant echo.
2020-04-03 13:13:37 -07:00

25 lines
534 B
TOML

[package]
name = "test-programs"
version = "0.15.0"
authors = ["The Wasmtime Project Developers"]
readme = "README.md"
edition = "2018"
publish = false
[build-dependencies]
cfg-if = "0.1.9"
[dev-dependencies]
wasi-common = { path = "../wasi-common", version = "0.15.0" }
wasmtime-wasi = { path = "../wasi", version = "0.15.0" }
wasmtime = { path = "../api", version = "0.15.0" }
target-lexicon = "0.10.0"
pretty_env_logger = "0.4.0"
tempfile = "3.1.0"
os_pipe = "0.9"
anyhow = "1.0.19"
wat = "1.0.10"
[features]
test_programs = []