Files
Clickploy/cli/Cargo.toml
2026-02-04 17:10:09 +00:00

21 lines
459 B
TOML

[package]
name = "cli"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0.100"
color-eyre = "0.6.5"
crossterm = "0.29.0"
ratatui = "0.30.0"
reqwest = { version = "0.13.1", features = ["json"] }
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
tokio = { version = "1.49.0", features = ["full"] }
tokio-tungstenite = "0.24"
toml = "0.8.19"
dirs = "5.0.1"
tui-input = "0.10.1"
webbrowser = "1.0.6"
futures-util = "0.3"