Move protocol to workspace root.

This commit is contained in:
Michael Mikovsky
2026-05-31 08:58:08 -06:00
parent ca1daedebe
commit 0a44bc93de
29 changed files with 844 additions and 71 deletions
+5 -3
View File
@@ -7,7 +7,7 @@ members = [
"unshell-macros-core",
"unshell-macros",
"unshell-protocol",
# "unshell-protocol",
"unshell-leaves/leaf-pty",
]
@@ -33,7 +33,7 @@ portable-pty = "0.9.0"
crossbeam-channel = "0.5.15"
unshell = { path = "." }
unshell-protocol = { path = "./unshell-protocol" }
# unshell-protocol = { path = "./unshell-protocol" }
unshell-macros-core = { path = "./unshell-macros-core" }
unshell-macros = { path = "./unshell-macros" }
@@ -70,10 +70,12 @@ chrono = { workspace = true, optional = true }
static_init = { workspace = true }
unshell-macros = { workspace = true }
unshell-protocol = { workspace = true }
# unshell-protocol = { workspace = true }
# unshell-runtime = { workspace = true }
# unshell-leaves = { workspace = true }
[dev-dependencies]
crossbeam-channel.workspace = true
[profile.minimize]
inherits = "release"