1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-03 10:14:06 +02:00
This commit is contained in:
Robin Appelman 2022-04-21 22:37:25 +02:00
commit 32a85e4da2
2 changed files with 75 additions and 23 deletions

View file

@ -3,7 +3,7 @@ name = "tf-demo-parser"
description = "parser for tf2 demo files"
version = "0.4.0"
authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2018"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/demostf/parser"
exclude = [ "tests/fuzz", "test_data" ]