Add crossbeam channel router leaf example

This commit is contained in:
Michael Mikovsky
2026-04-29 22:14:04 -06:00
parent 371f3ae492
commit 71b311065d
12 changed files with 969 additions and 31 deletions
Generated
+2
View File
@@ -1440,6 +1440,7 @@ name = "unshell"
version = "0.1.0"
dependencies = [
"chrono",
"crossbeam-channel",
"rkyv",
"static_init",
"thiserror 2.0.18",
@@ -1452,6 +1453,7 @@ dependencies = [
name = "unshell-leaves"
version = "0.1.0"
dependencies = [
"crossbeam-channel",
"portable-pty",
"rkyv",
"unshell-macros",