2025-11-02 22:23:00 -05:00
|
|
|
[package]
|
2025-11-03 22:52:54 -05:00
|
|
|
name = "edera-sprout-boot"
|
|
|
|
|
description = "Sprout: Modern UEFI Bootloader"
|
2025-11-02 22:35:07 -05:00
|
|
|
license.workspace = true
|
|
|
|
|
version.workspace = true
|
|
|
|
|
homepage.workspace = true
|
|
|
|
|
repository.workspace = true
|
|
|
|
|
edition.workspace = true
|
2025-11-02 22:23:00 -05:00
|
|
|
|
|
|
|
|
[dependencies]
|
2025-11-02 22:35:07 -05:00
|
|
|
anyhow.workspace = true
|
2025-11-02 23:28:31 -05:00
|
|
|
edera-sprout-config.path = "../config"
|
2025-11-03 20:47:21 -05:00
|
|
|
edera-sprout-eficore.path = "../eficore"
|
2025-11-02 22:35:07 -05:00
|
|
|
hex.workspace = true
|
|
|
|
|
sha2.workspace = true
|
|
|
|
|
toml.workspace = true
|
|
|
|
|
log.workspace = true
|
2025-11-03 20:47:21 -05:00
|
|
|
uefi.workspace = true
|
|
|
|
|
uefi-raw.workspace = true
|
2025-11-02 22:23:00 -05:00
|
|
|
|
2025-11-03 22:37:06 -05:00
|
|
|
[build-dependencies]
|
|
|
|
|
edera-sprout-build.path = "../build"
|
|
|
|
|
|
2025-11-02 22:23:00 -05:00
|
|
|
[[bin]]
|
|
|
|
|
name = "sprout"
|
|
|
|
|
path = "src/main.rs"
|