use global_placeholders::init; pub(crate) fn init() { init!("maid.temp_dir", ".maid/temp"); init!("maid.cache_dir", ".maid/cache/{}/target"); }