WIP: fixing up behavior of workspace initialization
This commit is contained in:
parent
5505a776e6
commit
b9cbd4084e
5 changed files with 317 additions and 222 deletions
|
@ -1,8 +1,8 @@
|
|||
mod items;
|
||||
mod kvp;
|
||||
pub mod items;
|
||||
pub mod kvp;
|
||||
mod migrations;
|
||||
mod pane;
|
||||
mod workspace;
|
||||
pub mod pane;
|
||||
pub mod workspace;
|
||||
|
||||
use std::fs;
|
||||
use std::path::{Path, PathBuf};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue