feat: Use yaml-rust2 to get line numbers for better errors

This commit is contained in:
Gerald Pinder 2024-11-01 16:04:38 -04:00
parent e67a427dc3
commit 1481fba40a
14 changed files with 930 additions and 221 deletions

View file

@ -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]