1//! Built-in reference configuration — defaults for the `atomr.*` keys. 2 3pub fn reference_config() -> &'static str { 4 include_str!("reference.conf.toml") 5}