yoi/crates/worker-runtime/Cargo.toml

11 lines
276 B
TOML

[package]
name = "worker-runtime"
description = "Embedded memory-backed Runtime API for Worker management"
version = "0.1.0"
edition.workspace = true
license.workspace = true
[dependencies]
serde = { workspace = true, features = ["derive"] }
thiserror = { workspace = true }