marine/fluence-app-service/Cargo.toml

16 lines
274 B
TOML
Raw Normal View History

2020-08-07 08:54:37 +00:00
[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"
2020-08-07 20:24:28 +00:00
[features]
raw-module-api = ["fluence-faas/raw-module-api"]