Split out some BLS stuff into a separate testable crate without UEFI types

This commit is contained in:
Benjamin Leggett
2026-03-25 15:25:14 -04:00
parent c70d1e4d80
commit 133476a0df
11 changed files with 832 additions and 480 deletions

View File

@@ -4,6 +4,7 @@ members = [
"crates/build",
"crates/config",
"crates/eficore",
"crates/bls",
]
resolver = "3"