[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