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

14
Cargo.lock generated
View file

@ -1065,6 +1065,17 @@ dependencies = [
"uapi",
]
[[package]]
name = "jay-toml"
version = "0.1.0"
dependencies = [
"bstr",
"indexmap",
"serde_json",
"thiserror",
"walkdir",
]
[[package]]
name = "jay-toml-config"
version = "0.12.0"
@ -1075,15 +1086,14 @@ dependencies = [
"indexmap",
"jay-config",
"jay-config-schema",
"jay-toml",
"kbvm",
"log",
"phf",
"run-on-drop",
"serde_json",
"simplelog",
"thiserror",
"uapi",
"walkdir",
]
[[package]]