WIP: fixing up behavior of workspace initialization

This commit is contained in:
Mikayla Maki 2022-10-27 13:58:54 -07:00
parent 5505a776e6
commit b9cbd4084e
5 changed files with 317 additions and 222 deletions

View file

@ -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};