config: split toml parser crate
This commit is contained in:
parent
e3f122e903
commit
b5b690d9cf
68 changed files with 309 additions and 270 deletions
|
|
@ -8,7 +8,7 @@ use {
|
|||
parsers::shortcuts::{ComplexShortcutsParser, ShortcutsParser, ShortcutsParserError},
|
||||
spanned::SpannedErrorExt,
|
||||
},
|
||||
toml::{
|
||||
jay_toml::{
|
||||
toml_span::{DespanExt, Span, Spanned},
|
||||
toml_value::Value,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue