Test latency for a single proxy (t) or all proxies in a group (T) concurrently. Shows animated spinner during testing and color-coded delay results (green < 200ms, yellow < 500ms, red >= 500ms/timeout). Test URL and timeout are configurable via TOML config. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
19 lines
357 B
TOML
19 lines
357 B
TOML
[package]
|
|
name = "clash_tui"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
iocraft = "0.8"
|
|
smol = "2"
|
|
surf = "2"
|
|
clap = { version = "4", features = ["derive"] }
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
toml = "0.8"
|
|
anyhow = "1"
|
|
dirs = "6"
|
|
chrono = { version = "0.4", features = ["serde"] }
|
|
crossterm = "0.29"
|
|
urlencoding = "2"
|