Make general config optional

This commit is contained in:
Jeremy Soller
2024-01-04 11:58:21 -07:00
parent 6f40e32d49
commit 352407371c
+1
View File
@@ -12,6 +12,7 @@ pub mod user;
pub struct Config {
#[serde(default)]
pub include: Vec<PathBuf>,
#[serde(default)]
pub general: general::GeneralConfig,
#[serde(default)]
pub packages: BTreeMap<String, package::PackageConfig>,