pp/Cargo.toml
Trevor Merritt 11618c0d0a Adds more hosts to test
- Ptbo both links
 - Lnsy both links
 - Blvl both links
Adds lib.rs to allow bins to read common code
2025-04-21 08:09:51 -04:00

14 lines
211 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"] }
[[bin]]
name = "duration_to_string"