mirror of
https://github.com/edera-dev/sprout.git
synced 2025-12-19 14:00:18 +00:00
chore(code): split much of the efi support code to crates/eficore
This commit is contained in:
20
crates/eficore/Cargo.toml
Normal file
20
crates/eficore/Cargo.toml
Normal file
@@ -0,0 +1,20 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user