blob: f9b6288f9af463da5641ee5c9cbc9a7513dff265 (
plain)
1
2
3
4
5
6
|
//! Handling for arti's configuration formats.
/// Default options to use for our configuration.
//
// TODO should this be in `arti::cfg` ?
pub const ARTI_DEFAULTS: &str = concat!(include_str!("./arti_defaults.toml"),);
|