mirror of
https://github.com/edera-dev/sprout.git
synced 2025-12-19 14:20:18 +00:00
22 lines
425 B
TOML
22 lines
425 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
|
|
shlex.workspace = true
|
|
spin.workspace = true
|
|
uefi.workspace = true
|
|
uefi-raw.workspace = true
|
|
|
|
[lib]
|
|
name = "eficore"
|
|
path = "src/lib.rs"
|