fixup! feat(parser/lexing): Desugger doc comments by running a regex on the file
This commit is contained in:
parent
98c3b009df
commit
4da72b2655
|
@ -27,6 +27,7 @@ edition = "2021"
|
|||
[dependencies]
|
||||
clap = { version = "4.4.11", features = ["derive"], optional = true }
|
||||
convert_case = "0.6.0"
|
||||
regex = "1.10.3"
|
||||
thiserror = "1.0.50"
|
||||
trixy-types = { path = "../trixy-types" }
|
||||
|
||||
|
|
Reference in New Issue