mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 14:25:32 +00:00
15 lines
360 B
TOML
15 lines
360 B
TOML
[package]
|
|
name = "parallel"
|
|
version = "0.1.0"
|
|
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
|
|
edition = "2018"
|
|
repository = "https://github.com/wasmerio/wasmer"
|
|
publish = false
|
|
license = "MIT"
|
|
|
|
[dependencies]
|
|
rayon = "1.2"
|
|
time = "0.1"
|
|
wasmer-runtime = { path = "../../lib/runtime" }
|
|
wasmer-runtime-core = { path = "../../lib/runtime-core" }
|