Add runtime API redesign scaffold

This commit is contained in:
Michael Mikovsky
2026-05-09 12:45:14 -06:00
parent 366771356c
commit a61c0ce72d
16 changed files with 1768 additions and 1 deletions
+3
View File
@@ -6,6 +6,7 @@ members = [
"base62",
"unshell-macros",
"unshell-protocol",
"unshell-runtime",
"unshell-leaves",
"treetest",
]
@@ -31,6 +32,7 @@ portable-pty = "0.9.0"
crossbeam-channel = "0.5.15"
unshell = { path = "." }
unshell-protocol = { path = "./unshell-protocol" }
unshell-runtime = { path = "./unshell-runtime" }
unshell-leaves = { path = "./unshell-leaves" }
unshell-macros = { path = "./unshell-macros" }
@@ -63,6 +65,7 @@ chrono = { workspace = true, optional = true }
static_init = { workspace = true }
unshell-macros = { workspace = true }
unshell-protocol = { workspace = true }
unshell-runtime = { workspace = true }
unshell-leaves = { workspace = true }
[dev-dependencies]