mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 10:14:06 +02:00
reencode bin
This commit is contained in:
parent
d3c50f8b4a
commit
54fab42059
2 changed files with 6 additions and 2 deletions
|
|
@ -16,6 +16,10 @@ path = "src/lib.rs"
|
|||
name = "parse_demo"
|
||||
path = "src/bin/main.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "reencode_demo"
|
||||
path = "src/bin/reencode.rs"
|
||||
|
||||
[dependencies]
|
||||
bitbuffer = "0.9"
|
||||
num_enum = "0.5"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue