//! Configuration for `ZahirScan`: TOML structs, runtime config, loading, and overlay merge.
/// Embedded default config (repo config.toml). Source of truth for defaults; used by `RuntimeConfig::new()`, CLI, and `zahirscan init`.
pub const DEFAULT_CONFIG_TOML: &str = include_str!;
pub use ;