marine/engine/Cargo.toml

24 lines
934 B
TOML
Raw Normal View History

2020-05-28 23:20:24 +03:00
[package]
2020-06-04 19:06:23 +03:00
name = "fce"
version = "0.1.0"
2020-05-28 23:20:24 +03:00
authors = ["Fluence Labs"]
edition = "2018"
[dependencies]
2020-06-15 22:21:08 +03:00
fce_wit_interfaces = { path = "../crates/fce_wit_interfaces", version = "0.1.0" }
wit_parser = { path = "../crates/wit_parser", version = "0.1.0" }
2020-06-04 19:06:23 +03:00
2020-06-16 10:41:34 +03:00
wasmer-runtime = { git = "https://github.com/fluencelabs/wasmer", branch = "fluence" }
# dynamicfunc-fat-closures allows using state inside DynamicFunc
2020-06-16 10:41:34 +03:00
wasmer-core = { package = "wasmer-runtime-core", git = "http://github.com/fluencelabs/wasmer", branch = "fluence", features = ["dynamicfunc-fat-closures"] }
wasmer-wit = { package = "wasmer-interface-types", git = "http://github.com/fluencelabs/interface-types", branch = "master" }
wasmer-wasi = { git = "https://github.com/fluencelabs/wasmer", branch = "fluence" }
2020-06-04 19:06:23 +03:00
multimap = "0.8.1"
2020-05-28 23:20:24 +03:00
parity-wasm = "0.41.0"
pwasm-utils = "0.12.0"
log = "0.4.8"
2020-06-16 10:41:34 +03:00
[patch.'https://github.com/fluencelabs/wasmer']
2020-06-16 11:15:56 +03:00
wasmer-wasi = { path = "lib/wasi" }