feat(autoconfigure): initial attempt at bls autoconfiguration

This commit is contained in:
2025-10-27 02:38:40 -04:00
parent 7dd910a74f
commit facd2000a5
4 changed files with 167 additions and 4 deletions

View File

@@ -74,6 +74,8 @@ pub struct DefaultsConfiguration {
/// The timeout of the boot menu.
#[serde(rename = "menu-timeout", default = "default_menu_timeout")]
pub menu_timeout: u64,
/// Enables autoconfiguration of Sprout based on the environment.
pub autoconfigure: bool,
}
fn latest_version() -> u32 {