1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-03 18:24:05 +02:00
This commit is contained in:
Robin Appelman 2020-11-29 20:18:40 +01:00
commit 3d2432c70d

View file

@ -1,8 +1,12 @@
[package]
name = "tf-demo-parser"
description = "parser for tf2 demo files"
version = "0.1.0"
authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2018"
license = "MIT OR Apache-2.0"
repository = "https://github.com/demostf/parser"
exclude = [ "tests/fuzz", "data" ]
[lib]
name = "tf_demo_parser"