feat(bootloader-interface): add support for LoaderFeatures

This commit is contained in:
2025-11-01 03:24:14 -04:00
parent 4129ae4c0e
commit f9dd56c8e7
5 changed files with 82 additions and 6 deletions

View File

@@ -9,6 +9,7 @@ edition = "2024"
[dependencies]
anyhow = "1.0.100"
bitflags = "2.10.0"
toml = "0.9.8"
log = "0.4.28"