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

rename data folder

This commit is contained in:
Robin Appelman 2021-07-11 17:43:31 +02:00
commit 67a4ca5744
32 changed files with 19 additions and 19 deletions

View file

@ -6,7 +6,7 @@ authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2018"
license = "MIT OR Apache-2.0"
repository = "https://github.com/demostf/parser"
exclude = [ "tests/fuzz", "data" ]
exclude = [ "tests/fuzz", "test_data" ]
[lib]
name = "tf_demo_parser"