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

rework baseline prop handling

This commit is contained in:
Robin Appelman 2022-08-06 01:20:26 +02:00
commit bae9acdd92
9 changed files with 135 additions and 105 deletions

View file

@ -46,6 +46,7 @@ steamid-ng = "1.0.0"
schemars = { version = "0.8.10", optional = true }
tracing = { version = "0.1.36", optional = true }
tracing-subscriber = { version = "0.3.15", features = ["env-filter"], optional = true }
itertools = "0.10.3"
[features]
schema = ["schemars", "bitbuffer/schemars"]