marine/fluence-app-service/Cargo.toml
vms 709dc36550
misc improvements (#24)
- improve error handling in host functions
- refactor examples
- fix IT generation
2020-09-08 23:30:03 +03:00

19 lines
425 B
TOML

[package]
name = "fluence-app-service"
description = "Fluence Application Service"
version = "0.1.2"
authors = ["Fluence Labs"]
license = "Apache-2.0"
edition = "2018"
[dependencies]
fluence-faas = { path = "../fluence-faas", version = "0.1.2" }
log = "0.4.8"
serde_json = "1.0.53"
toml = "0.5.6"
wasmer-wasi = { package = "wasmer-wasi-fl", version = "0.17.0" }
[features]
raw-module-api = ["fluence-faas/raw-module-api"]