672ca07a0e
This should let us include values that would not be written to disk like the folder containing the config.
4 lines
48 B
Rust
4 lines
48 B
Rust
mod full;
|
|
mod raw;
|
|
pub(crate) use full::Config;
|