Files
rabby/rabby-runtime/Cargo.toml
T
Tom You 7bd60ebce0
test / workspace (push) Successful in 11m57s
feat(runtime): add config storage boundary
2026-07-07 00:02:02 -05:00

14 lines
229 B
TOML

[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"