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
Generated
+1 -9
View File
@@ -851,11 +851,11 @@ name = "unshell"
version = "0.1.0"
dependencies = [
"chrono",
"crossbeam-channel",
"rkyv",
"static_init",
"thiserror",
"unshell-macros",
"unshell-protocol",
]
[[package]]
@@ -874,14 +874,6 @@ dependencies = [
"syn 2.0.117",
]
[[package]]
name = "unshell-protocol"
version = "0.1.0"
dependencies = [
"crossbeam-channel",
"rkyv",
]
[[package]]
name = "ush-obfuscate"
version = "0.1.0"