jrnl: add entry listing
This commit is contained in:
parent
83c0fac427
commit
78bb79e258
8 changed files with 524 additions and 658 deletions
|
@ -4,12 +4,13 @@ version = "0.1.0"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
chrono = "0.4.38"
|
||||
clap = { version = "4.5.4", features = ["derive", "env"] }
|
||||
dirs = "5.0.1"
|
||||
ego-tree = "0.6.2"
|
||||
indexmap = "2.2.6"
|
||||
markdown = "0.3.0"
|
||||
owo-colors = "4.0.0"
|
||||
petgraph = "0.6.4"
|
||||
ratatui = "0.26.2"
|
||||
time = { version = "0.3.36", features = ["parsing"]}
|
||||
time-macros = { version = "0.2.0-alpha.1" }
|
||||
termsize = "0.1.6"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue