wasmer/examples/parallel-guest/Cargo.toml

12 lines
213 B
TOML
Raw Normal View History

2019-09-26 00:10:40 +00:00
[package]
name = "parallel-guest"
version = "0.1.0"
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
license = "MIT"
edition = "2018"
publish = false
[dependencies]
md5 = "0.6"
2019-10-02 22:40:35 +00:00
lazy_static = "1"