mirror of
https://github.com/edera-dev/sprout.git
synced 2025-12-19 10:30:17 +00:00
21 lines
402 B
TOML
21 lines
402 B
TOML
|
|
[package]
|
||
|
|
name = "edera-sprout-eficore"
|
||
|
|
description = "Sprout EFI Core"
|
||
|
|
license.workspace = true
|
||
|
|
version.workspace = true
|
||
|
|
homepage.workspace = true
|
||
|
|
repository.workspace = true
|
||
|
|
edition.workspace = true
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
anyhow.workspace = true
|
||
|
|
bitflags.workspace = true
|
||
|
|
log.workspace = true
|
||
|
|
spin.workspace = true
|
||
|
|
uefi.workspace = true
|
||
|
|
uefi-raw.workspace = true
|
||
|
|
|
||
|
|
[lib]
|
||
|
|
name = "eficore"
|
||
|
|
path = "src/lib.rs"
|