mirror of
https://github.com/Myxelium/BeetleWire.git
synced 2026-04-09 09:09:39 +00:00
11 lines
215 B
TOML
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" |