changing to miette instead of color_eyre

This commit is contained in:
Chris Cochrun 2024-11-19 06:23:01 -06:00
parent 45717708ba
commit 04a470d771
4 changed files with 215 additions and 121 deletions

View file

@ -8,7 +8,7 @@ crate-type = ["staticlib"]
path = "src/lib.rs"
[dependencies]
color-eyre = "0.6.3"
miette = { version = "7.2.0", features = ["fancy"] }
lazy_static = "1.5.0"
pretty_assertions = "1.4.1"
regex = "1.11.0"