fixup! feat(parser/lexing): Desugger doc comments by running a regex on the file

This commit is contained in:
Benedikt Peetz 2024-03-24 19:18:23 +01:00
parent 98c3b009df
commit 4da72b2655
Signed by: bpeetz
GPG Key ID: A5E94010C3A642AD
1 changed files with 1 additions and 0 deletions

View File

@ -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" }