config: change default config to use toml-based configuration
This commit is contained in:
parent
e24a61bc62
commit
3cebf651c5
58 changed files with 14093 additions and 145 deletions
6
toml-config/src/toml.rs
Normal file
6
toml-config/src/toml.rs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#[cfg(test)]
|
||||
mod tests;
|
||||
mod toml_lexer;
|
||||
pub mod toml_parser;
|
||||
pub mod toml_span;
|
||||
pub mod toml_value;
|
||||
Loading…
Add table
Add a link
Reference in a new issue