mirror of
https://github.com/Astatin3/unshell-nodes-rs.git
synced 2026-06-09 00:28:00 -06:00
binary data transfer, begin CLI, packet routing
This commit is contained in:
@@ -4,8 +4,8 @@ edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
base64 = "0.22.1"
|
||||
bincode = "2.0.1"
|
||||
crossbeam-channel = "0.5.15"
|
||||
log = "0.4.27"
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
serde_json = "1.0.140"
|
||||
rand = "0.9.1"
|
||||
uuid = { version = "1.17.0", features = ["v4"] }
|
||||
|
||||
Reference in New Issue
Block a user