1 2 3 4 5 6 7 8 9
# Configuration Schema (Auto-generated) ```rust pub struct DecapodProjectConfig { pub schema_version: String, pub init: InitConfigSection, pub repo: RepoContext, } ```