chore(code): move load options parsing to crates/eficore

This commit is contained in:
2025-11-03 23:45:35 -05:00
parent 532fb38d5a
commit 503a9cba0a
7 changed files with 22 additions and 23 deletions

2
Cargo.lock generated
View File

@@ -75,7 +75,6 @@ dependencies = [
"hex",
"log",
"sha2",
"shlex",
"toml",
"uefi",
"uefi-raw",
@@ -99,6 +98,7 @@ dependencies = [
"anyhow",
"bitflags",
"log",
"shlex",
"spin",
"uefi",
"uefi-raw",