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

sendtablename wip

This commit is contained in:
Robin Appelman 2019-07-10 14:03:58 +02:00
commit 1f35e4d04c
6 changed files with 114 additions and 24 deletions

View file

@ -6,6 +6,7 @@ edition = "2018"
[lib]
name = "tf_demo_parser"
path = "src/lib.rs"
[[bin]]
name = "parse_demo"
@ -22,6 +23,8 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_repr = "0.1"
better-panic = "0.1"
strum = "0.15"
strum_macros = "0.15"
[dev-dependencies]
pretty_assertions = "0.6"