use camino::Utf8PathBuf; #[derive(Clone, Debug)] pub struct Settings { pub template_dir: Utf8PathBuf, }