Most of the refactor. Need to switch machines.
This commit is contained in:
8
retired/nest_lib_rs_old/workspace.rs
Normal file
8
retired/nest_lib_rs_old/workspace.rs
Normal file
@@ -0,0 +1,8 @@
|
||||
use std::path::PathBuf;
|
||||
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
#[derive(Debug, Clone, Default, Deserialize, Serialize)]
|
||||
pub struct Workspace {
|
||||
pub default_package: PathBuf,
|
||||
}
|
||||
Reference in New Issue
Block a user