Writing the writer.toml to a folder when running init.
This commit is contained in:
@@ -6,3 +6,8 @@ use serde::Serialize;
|
||||
pub(crate) struct Config {
|
||||
foo: String,
|
||||
}
|
||||
impl Default for Config {
|
||||
fn default() -> Self {
|
||||
Config { foo: "".to_owned() }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user