flake
This commit is contained in:
parent
1b025f46e5
commit
2711d75795
6 changed files with 1051 additions and 0 deletions
11
Cargo.toml
Normal file
11
Cargo.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue