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

4
Cargo.toml Normal file
View file

@ -0,0 +1,4 @@
[workspace]
members = [
"programs/jrnl"
]