mirror of
https://github.com/fluencelabs/marine.git
synced 2024-12-12 14:55:32 +00:00
21 lines
683 B
TOML
21 lines
683 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"
|
|
log = "0.4.8"
|