Define journal settings in journal crate
This commit is contained in:
parent
aa6ea920e2
commit
68867fe2e1
4 changed files with 61 additions and 53 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue