This commit is contained in:
maxstrb 2025-11-06 23:50:24 +01:00
parent 1b025f46e5
commit 2711d75795
6 changed files with 1051 additions and 0 deletions

11
Cargo.toml Normal file
View file

@ -0,0 +1,11 @@
[package]
name = "calendar"
version = "0.1.0"
edition = "2024"
[dependencies]
ratatui = "0.29.0"
crossterm = "0.29.0"
chrono = "0.4.41"
redb = { version = "3.0.1", features = ["chrono_v0_4"] }
tui-textarea = "0.7.0"