Basic UI
Created a basic block layout for the main UI screen.
This commit is contained in:
9
Cargo.toml
Normal file
9
Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user