feat: Use yaml-rust2 to get line numbers for better errors
This commit is contained in:
parent
e67a427dc3
commit
1481fba40a
14 changed files with 930 additions and 221 deletions
|
|
@ -16,7 +16,6 @@ directories = "5"
|
|||
docker_credential = "1"
|
||||
format_serde_error = "0.3"
|
||||
process_control = { version = "4", features = ["crossbeam-channel"] }
|
||||
syntect = "5"
|
||||
which = "6"
|
||||
|
||||
chrono.workspace = true
|
||||
|
|
@ -26,6 +25,7 @@ miette.workspace = true
|
|||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
serde_yaml.workspace = true
|
||||
syntect.workspace = true
|
||||
bon.workspace = true
|
||||
|
||||
[build-dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue