feat(runtime): add config storage boundary
test / workspace (push) Successful in 11m57s

This commit is contained in:
Tom You
2026-07-07 00:02:02 -05:00
parent 2f1b9fcd5d
commit 7bd60ebce0
5 changed files with 207 additions and 1 deletions
+13
View File
@@ -0,0 +1,13 @@
[package]
name = "rabby-runtime"
version = "0.1.0"
edition.workspace = true
license.workspace = true
repository.workspace = true
[lib]
path = "src/lib.rs"
[dependencies]
rabby-core = { path = "../rabby-core" }
serde_json = "1"