feat: add memory worker runtime crate
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
[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 }
|
||||
Reference in New Issue
Block a user