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

feat: Expose PInvoke-able analyzers

This commit is contained in:
LukeParkerDev 2024-04-17 15:06:33 +10:00
commit dd06215a79
2 changed files with 58 additions and 0 deletions

View file

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