Initial work to add settings to journal feature

This commit is contained in:
Joseph T Lyons 2022-09-28 16:25:37 -04:00
parent 5d8fe33bd2
commit 773423fcf4
5 changed files with 109 additions and 9 deletions

View file

@ -15,3 +15,4 @@ workspace = { path = "../workspace" }
chrono = "0.4"
dirs = "4.0"
log = { version = "0.4.16", features = ["kv_unstable_serde"] }
settings = { path = "../settings" }