mirror of
https://github.com/edera-dev/sprout.git
synced 2025-12-19 10:30:17 +00:00
9 lines
123 B
TOML
9 lines
123 B
TOML
|
|
[package]
|
||
|
|
name = "sprout"
|
||
|
|
version = "0.1.0"
|
||
|
|
edition = "2024"
|
||
|
|
|
||
|
|
[dependencies.uefi]
|
||
|
|
version = "0.35.0"
|
||
|
|
features = ["alloc"]
|