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

prettyplease

This commit is contained in:
Robin Appelman 2022-01-13 21:55:33 +01:00
commit 1118bd97d9
3 changed files with 238 additions and 383 deletions

View file

@ -10,11 +10,12 @@ path = "src/main.rs"
[dependencies]
tf-demo-parser = { version = "*", path = "../" }
quote = "1.0"
quote = "1"
syn = { version = "1", features = ["full"] }
Inflector = { version = "0.11", default-features = false }
better-panic = "0.1"
proc-macro2 = "1.0"
tempfile = "3.0"
toolchain_find = "0.1"
lazy_static = "1.3"
fnv = "1"
better-panic = "0.2"
proc-macro2 = "1"
tempfile = "3"
lazy_static = "1"
fnv = "1"
prettyplease = "0.1"