mirror of
https://github.com/edera-dev/sprout.git
synced 2025-12-19 10:30:17 +00:00
28 lines
595 B
TOML
28 lines
595 B
TOML
[package]
|
|
name = "edera-sprout-boot"
|
|
description = "Sprout: Modern UEFI Bootloader"
|
|
license.workspace = true
|
|
version.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
edera-sprout-config.path = "../config"
|
|
edera-sprout-eficore.path = "../eficore"
|
|
hex.workspace = true
|
|
jaarg.workspace = true
|
|
sha2.workspace = true
|
|
toml.workspace = true
|
|
log.workspace = true
|
|
uefi.workspace = true
|
|
uefi-raw.workspace = true
|
|
|
|
[build-dependencies]
|
|
edera-sprout-build.path = "../build"
|
|
|
|
[[bin]]
|
|
name = "sprout"
|
|
path = "src/main.rs"
|