Files
BeetleWire/Cargo.toml
2024-08-20 19:36:39 +02:00

11 lines
215 B
TOML

[package]
name = "your_project_name"
version = "0.1.0"
edition = "2021"
[dependencies]
tokio = { version = "1", features = ["full"] }
tokio-tungstenite = "0.15"
tungstenite = "0.14"
url = "2.2"
futures-util = "0.3"