clusterflux-public/crates/clusterflux-wasm-runtime/Cargo.toml
2026-07-21 20:36:04 +02:00

14 lines
335 B
TOML

[package]
name = "clusterflux-wasm-runtime"
version = "0.1.0"
edition.workspace = true
license.workspace = true
repository.workspace = true
[dependencies]
clusterflux-core = { path = "../clusterflux-core" }
serde.workspace = true
serde_json.workspace = true
thiserror.workspace = true
tokio.workspace = true
wasmtime.workspace = true