marine/fluence-faas/Cargo.toml

21 lines
683 B
TOML
Raw Normal View History

[package]
name = "fluence-faas"
version = "0.1.0"
authors = ["Fluence Labs"]
edition = "2018"
[dependencies]
fce = { path = "../engine" }
2020-06-16 07:41:34 +00:00
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"
log = "0.4.8"