jrnl: proper parsing and improve rust-analyzer stuff working

This commit is contained in:
Schrottkatze 2024-04-18 18:47:06 +02:00
commit 54b25b154a
No known key found for this signature in database
6 changed files with 1118 additions and 2 deletions

View file

@ -6,6 +6,10 @@ edition = "2021"
[dependencies]
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"
petgraph = "0.6.4"
ratatui = "0.26.2"
time = { version = "0.3.36", features = ["parsing"]}
time-macros = { version = "0.2.0-alpha.1" }