tps/cli/Cargo.toml
Trevor Merritt 6e44faedd5 Initial commit
Vibe Coded with Copilot to build this.
2025-07-21 08:08:29 -04:00

11 lines
211 B
TOML

[package]
name = "tps"
version = "0.1.0"
edition = "2024"
[dependencies]
pretty_env_logger.workspace = true
log.workspace = true
clap.workspace = true
trevors_utilities.workspace = true
colored.workspace = true