Moving all work over to staging to accomodate workflow going forward. Reviewed-on: #4
10 lines
178 B
TOML
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"
|