Define journal settings in journal crate

This commit is contained in:
Max Brunsfeld 2023-05-10 12:48:09 -07:00
parent aa6ea920e2
commit 68867fe2e1
4 changed files with 61 additions and 53 deletions

View file

@ -13,9 +13,12 @@ editor = { path = "../editor" }
gpui = { path = "../gpui" }
util = { path = "../util" }
workspace = { path = "../workspace" }
settings = { path = "../settings" }
anyhow.workspace = true
chrono = "0.4"
dirs = "4.0"
serde.workspace = true
schemars.workspace = true
log.workspace = true
settings = { path = "../settings" }
shellexpand = "2.1.0"