Split out parsing stuff as well, and test it

This commit is contained in:
Benjamin Leggett
2026-03-25 15:56:02 -04:00
parent 133476a0df
commit b53d21cea5
16 changed files with 467 additions and 164 deletions

9
Cargo.lock generated
View File

@@ -80,6 +80,7 @@ dependencies = [
"edera-sprout-build",
"edera-sprout-config",
"edera-sprout-eficore",
"edera-sprout-parsing",
"hex",
"jaarg",
"log",
@@ -113,6 +114,14 @@ dependencies = [
"uefi-raw",
]
[[package]]
name = "edera-sprout-parsing"
version = "0.0.28"
dependencies = [
"hex",
"sha2",
]
[[package]]
name = "generic-array"
version = "0.14.7"