mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-12 22:05:33 +00:00
11 lines
212 B
TOML
11 lines
212 B
TOML
|
[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"
|
||
|
lazy_static = "1"
|