marine/engine/Cargo.toml
2020-07-28 19:13:17 +03:00

23 lines
904 B
TOML

[package]
name = "fce"
version = "0.1.0"
authors = ["Fluence Labs"]
edition = "2018"
[dependencies]
fce-wit-interfaces = { path = "../crates/fce-wit-interfaces", version = "0.1.0" }
wit-parser = { path = "../crates/wit-parser", version = "0.1.0" }
wasmer-runtime = { git = "https://github.com/fluencelabs/wasmer", branch = "fluence" }
# dynamicfunc-fat-closures allows using state inside DynamicFunc
wasmer-core = { package = "wasmer-runtime-core", git = "http://github.com/fluencelabs/wasmer", branch = "fluence", features = ["dynamicfunc-fat-closures"] }
wasmer-wit = { package = "wasmer-interface-types-fl", version = "0.17.0", features = ["serde"] }
wasmer-wasi = { git = "https://github.com/fluencelabs/wasmer", branch = "fluence" }
serde = { version = "1.0.114", default-features = false, features = [ "derive" ] }
multimap = "0.8.1"
parity-wasm = "0.41.0"
pwasm-utils = "0.12.0"
log = "0.4.8"