Files
pomodoro-timer/Cargo.toml
Wesley Irvin db5937664c Basic UI
Created a basic block layout for the main UI screen.
2025-09-09 18:43:21 -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"