renovate[bot] 0c1d3780b0
chore(deps): update rust crate serde_json to 1.0.107 (#345)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-23 15:18:40 +03:00

24 lines
668 B
TOML

[package]
name = "fluence-app-service"
description = "Fluence Application Service"
version = "0.29.0"
authors = ["Fluence Labs"]
license = "Apache-2.0"
edition = "2021"
[dependencies]
marine-runtime = { path = "../../marine", version = "0.30.0" }
marine-min-it-version = { path = "../../crates/min-it-version", version = "0.3.0" }
marine-wasm-backend-traits = {path = "../wasm-backend-traits", version = "0.3.0"}
marine-wasmtime-backend = { path = "../wasmtime-backend", version = "0.3.0"}
maplit = "1.0.2"
log = "0.4.20"
serde = "1.0.147"
serde_derive = "1.0.147"
serde_json = "1.0.107"
toml = "0.5.9"
[features]
raw-module-api = ["marine-runtime/raw-module-api"]