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]
|
[dependencies]
|
||||||
clap = { version = "4.4.11", features = ["derive"], optional = true }
|
clap = { version = "4.4.11", features = ["derive"], optional = true }
|
||||||
convert_case = "0.6.0"
|
convert_case = "0.6.0"
|
||||||
|
regex = "1.10.3"
|
||||||
thiserror = "1.0.50"
|
thiserror = "1.0.50"
|
||||||
trixy-types = { path = "../trixy-types" }
|
trixy-types = { path = "../trixy-types" }
|
||||||
|
|
||||||
|
|
Reference in New Issue