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

move smoker into it's own crate

This commit is contained in:
Robin Appelman 2020-01-20 20:48:09 +01:00
commit 7cc06bddee
6 changed files with 823 additions and 102 deletions

View file

@ -12,10 +12,6 @@ path = "src/lib.rs"
name = "parse_demo"
path = "src/bin/main.rs"
[[bin]]
name = "all_test"
path = "src/bin/all_test.rs"
[dependencies]
bitstream_reader = { version = "0.7", path = "../../bitbuffer" }
num_enum = "0.4"
@ -31,7 +27,6 @@ main_error = "0.1.0"
jemallocator = { version = "0.3", optional = true }
better-panic = { version = "0.1", optional = true }
no-panic = { version = "0.1", optional = true }
rayon = "1.3.0"
[dev-dependencies]
pretty_assertions = "0.6"