pp/Cargo.toml
Trevor Merritt 03de859764 New proof of concept for duration_to_string
Explicit declaration of duration_to_string
2025-04-21 07:55:40 -04:00

13 lines
210 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"