Files
wasmtime/crates/misc/run-examples/Cargo.toml
Nick Fitzgerald ec331a088c run-examples: Provide more error context for debugging
Use `anyhow` for nice errors and provide error context on commands that we run.
2020-07-10 13:51:58 -07:00

11 lines
175 B
TOML

[package]
name = "run-examples"
version = "0.18.0"
authors = ["The Wasmtime Project Developers"]
edition = "2018"
publish = false
[dependencies]
anyhow = "1.0.31"
cc = "1.0"