1
0
Fork 0
forked from wry/wry

config: split toml parser crate

This commit is contained in:
kossLAN 2026-05-29 18:42:50 -04:00
parent e3f122e903
commit b5b690d9cf
No known key found for this signature in database
68 changed files with 309 additions and 270 deletions

View file

@ -8,7 +8,7 @@ use {
parsers::shortcuts::{ComplexShortcutsParser, ShortcutsParser, ShortcutsParserError},
spanned::SpannedErrorExt,
},
toml::{
jay_toml::{
toml_span::{DespanExt, Span, Spanned},
toml_value::Value,
},