Fullscreen terminal UI for Clash proxy manager with proxy selector, connections viewer, configurable keybindings, and TOML config support. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
18 lines
339 B
TOML
18 lines
339 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"
|