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

update codegen

This commit is contained in:
Robin Appelman 2021-02-12 23:09:26 +01:00
commit b9c58b1adf
4 changed files with 389 additions and 468 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "tf-demo-parser-gen"
version = "0.1.0"
version = "0.2.0"
authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2018"
@ -9,7 +9,7 @@ name = "generate"
path = "src/main.rs"
[dependencies]
tf-demo-parser = { version = "0.1", path = "../" }
tf-demo-parser = { version = "0.2", path = "../" }
quote = "1.0"
Inflector = { version = "0.11", default-features = false }
better-panic = "0.1"