Add journal crate and move supporting logic into workspace crate
I needed to interact with the workspace to open a file from the journal crate, so I moved a bunch of logic out of main related to opening new workspaces and paths.
This commit is contained in:
parent
cd65031cda
commit
ca0d7e5e1f
12 changed files with 299 additions and 222 deletions
|
@ -17,6 +17,7 @@ project = { path = "../project" }
|
|||
theme = { path = "../theme" }
|
||||
anyhow = "1.0.38"
|
||||
log = "0.4"
|
||||
parking_lot = "0.11.1"
|
||||
postage = { version = "0.4.1", features = ["futures-traits"] }
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue