mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-08 22:38:01 -06:00
Add crossbeam channel router leaf example
This commit is contained in:
@@ -28,6 +28,7 @@ syn = "2.0.117"
|
||||
quote = "1.0.45"
|
||||
proc-macro2 = "1.0.106"
|
||||
portable-pty = "0.9.0"
|
||||
crossbeam-channel = "0.5.15"
|
||||
unshell = { path = "." }
|
||||
unshell-protocol = { path = "./unshell-protocol" }
|
||||
unshell-leaves = { path = "./unshell-leaves" }
|
||||
@@ -64,10 +65,17 @@ unshell-macros = { workspace = true }
|
||||
unshell-protocol = { workspace = true }
|
||||
unshell-leaves = { workspace = true }
|
||||
|
||||
[dev-dependencies]
|
||||
crossbeam-channel = { workspace = true }
|
||||
|
||||
[[example]]
|
||||
name = "leaf_derive"
|
||||
path = "examples/protocol/leaf_derive.rs"
|
||||
|
||||
[[example]]
|
||||
name = "crossbeam_channel_leaf"
|
||||
path = "examples/protocol/crossbeam_channel_leaf.rs"
|
||||
|
||||
[[example]]
|
||||
name = "remote_shell_endpoint"
|
||||
path = "examples/protocol/remote_shell_endpoint.rs"
|
||||
|
||||
Reference in New Issue
Block a user