mirror of
https://codeberg.org/icewind/vmt-parser.git
synced 2026-06-04 04:24:05 +02:00
vdf work
This commit is contained in:
commit
5b10005022
17 changed files with 1246 additions and 0 deletions
10
Cargo.toml
Normal file
10
Cargo.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue