marine/fluence-faas/Cargo.toml
2020-06-16 10:41:34 +03:00

23 lines
754 B
TOML

[package]
name = "fluence-faas"
version = "0.1.0"
authors = ["Fluence Labs"]
edition = "2018"
[dependencies]
fce = { path = "../engine" }
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-wasi = { git = "https://github.com/fluencelabs/wasmer", branch = "fluence" }
toml = "0.5.6"
serde = { version = "1.0.111", features = ["derive"] }
serde_json = "1.0.53"
serde_derive = "1.0.111"
cmd_lib = "0.7.8"
[patch.'https://github.com/fluencelabs/wasmer']
wasmer-wasi = { path = "lib/wasi" }