mirror of
https://codeberg.org/icewind/vmt-parser.git
synced 2026-06-04 04:24:05 +02:00
material parsing wip
This commit is contained in:
parent
5b10005022
commit
971b42452d
16 changed files with 869 additions and 764 deletions
|
|
@ -7,4 +7,10 @@ edition = "2021"
|
|||
logos = "0.13.0"
|
||||
thiserror = "1.0.50"
|
||||
miette = "5.10.0"
|
||||
parse-display = "0.8.2"
|
||||
parse-display = "0.8.2"
|
||||
vdf-reader = { version = "0.1", path = "../vdf-reader" }
|
||||
|
||||
[dev-dependencies]
|
||||
test-case = "3.3.1"
|
||||
insta = { version = "1.34.0", features = ["ron"] }
|
||||
miette = { version = "5.10.0", features = ["fancy"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue