mirror of
https://github.com/fluencelabs/wasmer
synced 2025-04-24 18:02:13 +00:00
15 lines
448 B
TOML
15 lines
448 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", package = "wasmer-runtime-fl" }
|
|
wasmer-runtime-core = { path = "../../lib/runtime-core", package = "wasmer-runtime-core-fl", version = "=0.17.1" }
|