Created a basic block layout for the main UI screen.
This commit is contained in:
2025-09-09 18:43:21 -04:00
parent c9a968e1cf
commit db5937664c
8 changed files with 954 additions and 0 deletions

9
Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[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"