mirror of
https://github.com/Myxelium/BeetleWire.git
synced 2026-07-07 14:55:09 +00:00
Peer to peer server and client
This commit is contained in:
10
Cargo.toml
10
Cargo.toml
@@ -1,5 +1,5 @@
|
||||
[package]
|
||||
name = "your_project_name"
|
||||
name = "BeetleWire"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
@@ -8,4 +8,10 @@ tokio = { version = "1", features = ["full"] }
|
||||
tokio-tungstenite = "0.15"
|
||||
tungstenite = "0.14"
|
||||
url = "2.2"
|
||||
futures-util = "0.3"
|
||||
futures-util = "0.3"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
colored = "2.0"
|
||||
indicatif = "0.16"
|
||||
crossterm = "0.22"
|
||||
local-ip-address = "0.4"
|
||||
Reference in New Issue
Block a user