config: split toml parser crate
This commit is contained in:
parent
e3f122e903
commit
b5b690d9cf
68 changed files with 309 additions and 270 deletions
|
|
@ -9,6 +9,7 @@ repository = "https://github.com/mahkoh/jay"
|
|||
[dependencies]
|
||||
jay-config = { version = "1.10.0", path = "../jay-config" }
|
||||
jay-config-schema = { version = "0.1.0", path = "../jay-config-schema" }
|
||||
jay-toml = { version = "0.1.0", path = "../toml-parser" }
|
||||
log = "0.4.14"
|
||||
thiserror = "2.0.11"
|
||||
error_reporter = "1.0.0"
|
||||
|
|
@ -22,5 +23,3 @@ kbvm = "0.1.6"
|
|||
|
||||
[dev-dependencies]
|
||||
simplelog = { version = "0.12.2", features = ["test"] }
|
||||
serde_json = "1.0.114"
|
||||
walkdir = "2.5.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue