marine/fluence-app-service/Cargo.toml
2020-08-07 23:24:28 +03:00

16 lines
274 B
TOML

[package]
name = "fluence-app-service"
version = "0.1.0"
authors = ["Fluence Labs"]
edition = "2018"
[dependencies]
fluence-faas = { path = "../fluence-faas" }
toml = "0.5.6"
serde_json = "1.0.53"
log = "0.4.8"
[features]
raw-module-api = ["fluence-faas/raw-module-api"]