mirror of
https://github.com/Myxelium/BeetleWire.git
synced 2026-07-07 14:55:09 +00:00
main
This commit is contained in:
11
Cargo.toml
Normal file
11
Cargo.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user