1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-04 02:24:12 +02:00
This commit is contained in:
Luke Parker 2025-05-03 00:16:38 -04:00 committed by GitHub
commit 4b401fddac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 58 additions and 0 deletions

View file

@ -13,6 +13,7 @@ rust-version = "1.74.0"
[lib]
name = "tf_demo_parser"
path = "src/lib.rs"
crate-type = ["lib", "cdylib"]
[[bin]]
name = "parse_demo"