@@ -7,9 +7,8 @@ use serde::Deserialize;
|
||||
|
||||
pub const CUDDLE_PROJECT_FILE: &str = "cuddle.toml";
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct RawProject {
|
||||
config: RawConfig,
|
||||
pub config: RawConfig,
|
||||
pub root: PathBuf,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user