marine/fluence-app-service/Cargo.toml

19 lines
425 B
TOML
Raw Normal View History

2020-08-07 08:54:37 +00:00
[package]
name = "fluence-app-service"
2020-08-08 22:49:51 +00:00
description = "Fluence Application Service"
2020-09-16 10:46:38 +00:00
version = "0.1.5"
2020-08-07 08:54:37 +00:00
authors = ["Fluence Labs"]
2020-08-08 22:49:51 +00:00
license = "Apache-2.0"
2020-08-07 08:54:37 +00:00
edition = "2018"
[dependencies]
2020-09-16 10:46:38 +00:00
fluence-faas = { path = "../fluence-faas", version = "0.1.5" }
2020-08-07 08:54:37 +00:00
log = "0.4.8"
2020-08-08 20:07:21 +00:00
serde_json = "1.0.53"
toml = "0.5.6"
wasmer-wasi = { package = "wasmer-wasi-fl", version = "0.17.0" }
2020-08-07 20:24:28 +00:00
[features]
raw-module-api = ["fluence-faas/raw-module-api"]