marine/wit_fce/Cargo.toml

12 lines
319 B
TOML
Raw Normal View History

2020-05-29 22:55:39 +00:00
[package]
name = "wit_fce"
version = "0.1.0"
authors = ["Fluence Labs"]
edition = "2018"
[dependencies]
wasmer-runtime = "0.17.0"
2020-05-31 23:45:04 +00:00
wasmer-runtime-core = { version = "0.17.0", features = ["dynamicfunc-fat-closures"] }
2020-05-29 22:55:39 +00:00
wasmer-interface-types = { git = "http://github.com/fluencelabs/interface-types" }
2020-05-31 23:45:04 +00:00
multimap = "0.8.1"