mirror of
https://github.com/fluencelabs/marine.git
synced 2024-12-04 19:50:19 +00:00
23 lines
904 B
TOML
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"
|
|
|