5 lines
145 B
Rust
5 lines
145 B
Rust
![]() |
/// 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,
|
||
|
}
|