config: split toml parser crate
This commit is contained in:
parent
e3f122e903
commit
b5b690d9cf
68 changed files with 309 additions and 270 deletions
14
Cargo.lock
generated
14
Cargo.lock
generated
|
|
@ -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]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue