mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 14:25:32 +00:00
12 lines
213 B
TOML
12 lines
213 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"
|