fix: use regex crate in codegen

This commit is contained in:
ThetaDev 2023-02-18 20:42:00 +01:00
parent c80ccf66ce
commit 2a4233e5d5
3 changed files with 4 additions and 5 deletions

View file

@ -17,7 +17,7 @@ env_logger = "0.10.0"
clap = { version = "4.0.29", features = ["derive"] }
phf_codegen = "0.11.1"
once_cell = "1.12.0"
fancy-regex = "0.10.0"
regex = "1.7.1"
indicatif = "0.17.0"
num_enum = "0.5.7"
path_macro = "1.0.0"