natter/src/config/definition.rs

5 lines
145 B
Rust
Raw Normal View History

/// This is the struct for the writer.toml config file that ends up in each site's root directory.
pub(crate) struct Config {
foo: String,
}