init (tcp, udp, ws)
This commit is contained in:
10
Cargo.toml
10
Cargo.toml
@@ -1,9 +1,11 @@
|
||||
[package]
|
||||
name = "wstcp"
|
||||
name = "wsudp"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
futures-util = "0.3.31"
|
||||
tokio = { version = "1.45.1", features = ["macros", "net", "rt", "time"] }
|
||||
tokio-tungstenite = "0.26.2"
|
||||
futures-util = "0.3.32"
|
||||
rustls = { version = "0.23.38", default-features = false, features = ["ring"] }
|
||||
tokio = { version = "1.52.0", features = ["macros", "net", "rt", "time"] }
|
||||
tokio-tungstenite = { version = "0.29.0", features = ["rustls-tls-native-roots"] }
|
||||
warp = { version = "0.4.2", features = ["websocket", "server"] }
|
||||
|
||||
Reference in New Issue
Block a user