jrnl: proper parsing and improve rust-analyzer stuff working
This commit is contained in:
parent
3b9aaf5f59
commit
54b25b154a
6 changed files with 1118 additions and 2 deletions
|
@ -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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue