pp/Cargo.toml
Trevor Merritt 81bf3cf61d moved structs to their own files
added time since last state change
2025-04-20 15:56:03 -04:00

11 lines
174 B
TOML

[package]
name = "pp"
version = "0.1.0"
edition = "2024"
[dependencies]
env_logger = "0.11"
log = "0.4"
ansi_term = "0.12"
clap = { version = "4.5", features = ["derive"] }