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

default bin

This commit is contained in:
Robin Appelman 2022-05-25 20:39:06 +02:00
commit aa3ec7700e

View file

@ -7,6 +7,7 @@ edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/demostf/parser"
exclude = [ "tests/fuzz", "test_data" ]
default-run = "parse_demo"
[lib]
name = "tf_demo_parser"