chore: fix warnings

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-08-25 17:27:31 +02:00
parent b01543a8b9
commit b3aedfb411
5 changed files with 4 additions and 37 deletions

View File

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