init
This commit is contained in:
9
Cargo.toml
Normal file
9
Cargo.toml
Normal file
@@ -0,0 +1,9 @@
|
||||
[package]
|
||||
name = "wstcp"
|
||||
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"
|
||||
Reference in New Issue
Block a user