mirror of https://github.com/by-sonic/tglock.git
27 lines
579 B
TOML
27 lines
579 B
TOML
[package]
|
|
name = "tg_unblock"
|
|
version = "0.3.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
eframe = "0.31"
|
|
egui = "0.31"
|
|
tokio = { version = "1", features = ["full"] }
|
|
reqwest = { version = "0.12", features = ["blocking"] }
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
open = "5"
|
|
tokio-tungstenite = { version = "0.24", features = ["native-tls"] }
|
|
native-tls = "0.2"
|
|
futures-util = "0.3"
|
|
aes = "0.8"
|
|
ctr = "0.9"
|
|
cipher = "0.4"
|
|
|
|
[target.'cfg(windows)'.dependencies]
|
|
winapi = { version = "0.3", features = ["winuser"] }
|
|
|
|
[[bin]]
|
|
name = "tg_unblock"
|
|
path = "src/main.rs"
|