optimized main loop splits code into structs to better structure tui shows hosts from the app state single display shows the stats for a passed TargetState multi display is woefully incomplete
23 lines
316 B
TOML
23 lines
316 B
TOML
[package]
|
|
name = "pp"
|
|
version = "0.1.1"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
env_logger = "0.11"
|
|
log = "0.4"
|
|
ansi_term = "0.12"
|
|
clap = { version = "4.5", features = ["derive"] }
|
|
csv = "1.3"
|
|
|
|
# Ratatui
|
|
color-eyre = "0.6.3"
|
|
crossterm = "0.28.1"
|
|
ratatui = "0.29.0"
|
|
|
|
[[bin]]
|
|
name = "duration_to_string"
|
|
|
|
[[bin]]
|
|
name = "pp"
|