fix ups + rewrite parser

This commit is contained in:
Nicholas Orlowsky 2023-08-08 01:38:02 -05:00 committed by Nicholas Orlowsky
parent 206ccb66ad
commit 41f6a1b4c3
13 changed files with 708 additions and 137 deletions

View file

@ -6,3 +6,6 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.72"
fancy-regex = "0.11.0"
regex = "1.9.1"