1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-03 10:14:06 +02:00

generate propname mapping

This commit is contained in:
Robin Appelman 2022-04-09 18:14:13 +02:00
commit 5976b43d56
4 changed files with 134 additions and 4 deletions

View file

@ -18,4 +18,5 @@ proc-macro2 = "1"
tempfile = "3"
lazy_static = "1"
fnv = "1"
prettyplease = "0.1"
prettyplease = "0.1"
main_error = "0.1.2"