mirror of
https://github.com/fluencelabs/marine.git
synced 2024-12-12 14:55:32 +00:00
12 lines
319 B
TOML
12 lines
319 B
TOML
[package]
|
|
name = "wit_fce"
|
|
version = "0.1.0"
|
|
authors = ["Fluence Labs"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
wasmer-runtime = "0.17.0"
|
|
wasmer-runtime-core = { version = "0.17.0", features = ["dynamicfunc-fat-closures"] }
|
|
wasmer-interface-types = { git = "http://github.com/fluencelabs/interface-types" }
|
|
multimap = "0.8.1"
|