This commit is contained in:
Robin Appelman 2023-12-15 00:19:33 +01:00
commit 5b10005022
17 changed files with 1246 additions and 0 deletions

10
Cargo.toml Normal file
View file

@ -0,0 +1,10 @@
[package]
name = "vmt-parser"
version = "0.1.0"
edition = "2021"
[dependencies]
logos = "0.13.0"
thiserror = "1.0.50"
miette = "5.10.0"
parse-display = "0.8.2"