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

loop binary for 'perf' reasons

This commit is contained in:
Robin Appelman 2020-12-06 17:09:11 +01:00
commit f9116ef9f7
2 changed files with 50 additions and 0 deletions

View file

@ -15,6 +15,10 @@ path = "src/lib.rs"
[[bin]]
name = "parse_demo"
path = "src/bin/main.rs"
[[bin]]
name = "loop"
path = "src/bin/loop.rs"
[dependencies]
bitbuffer = "0.8"