structure
This commit is contained in:
11
client-network/Cargo.toml
Normal file
11
client-network/Cargo.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[package]
|
||||
name = "client-network"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
crossbeam-channel = "0.5.15"
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
rand = "0.10.0-rc.5"
|
||||
hex = "0.4.3"
|
||||
sha2 = "0.10.9"
|
||||
Reference in New Issue
Block a user