material parsing wip

This commit is contained in:
Robin Appelman 2023-12-16 00:15:53 +01:00
commit 971b42452d
16 changed files with 869 additions and 764 deletions

View file

@ -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"] }