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
Generated
+8
View File
@@ -2305,6 +2305,14 @@ dependencies = [
"serde_json",
]
[[package]]
name = "rabby-runtime"
version = "0.1.0"
dependencies = [
"rabby-core",
"serde_json",
]
[[package]]
name = "raw-window-handle"
version = "0.6.2"