Files
pomodoro-timer/Cargo.toml
Wesley Irvin 1a94332ef8 Moving Workflow
Moving all work over to staging to accomodate workflow going forward.

Reviewed-on: #4
2025-09-11 17:39:20 -04:00

10 lines
178 B
TOML

[package]
name = "pomodoro-timer"
version = "0.1.0"
edition = "2024"
[dependencies]
clap = { version = "4.5.47", features = ["derive"] }
crossterm = "0.29.0"
ratatui = "0.29.0"