22 lines
541 B
TOML
Raw Permalink Normal View History

2020-08-07 11:54:37 +03:00
[package]
name = "fluence-app-service"
2020-08-09 01:49:51 +03:00
description = "Fluence Application Service"
version = "0.11.1"
2020-08-07 11:54:37 +03:00
authors = ["Fluence Labs"]
2020-08-09 01:49:51 +03:00
license = "Apache-2.0"
2020-08-07 11:54:37 +03:00
edition = "2018"
[dependencies]
fluence-faas = { path = "../fluence-faas", version = "0.10.1" }
2020-08-07 11:54:37 +03:00
2020-10-21 22:21:16 +03:00
maplit = "1.0.2"
2020-08-07 11:54:37 +03:00
log = "0.4.8"
serde = "1.0.118"
serde_derive = "1.0.118"
2020-10-01 12:19:38 +03:00
serde_json = "1.0.57"
2020-08-08 23:07:21 +03:00
toml = "0.5.6"
2021-12-29 20:11:32 +03:00
wasmer-wasi = { package = "wasmer-wasi-fl", git = "https://github.com/fluencelabs/wasmer", branch = "print_mem_grow" }
2020-08-07 23:24:28 +03:00
[features]
raw-module-api = ["fluence-faas/raw-module-api"]