mirror of
https://github.com/Myxelium/BeetleWire.git
synced 2026-04-09 00:59:38 +00:00
17 lines
357 B
TOML
17 lines
357 B
TOML
[package]
|
|
name = "BeetleWire"
|
|
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"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
colored = "2.0"
|
|
indicatif = "0.16"
|
|
crossterm = "0.22"
|
|
local-ip-address = "0.4" |