Peer to peer server and client

This commit is contained in:
Myx
2024-08-20 21:10:46 +02:00
parent 271a01ce30
commit d93fd1db58
7 changed files with 755 additions and 53 deletions

View File

@@ -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"