initial commit

This commit is contained in:
2025-10-01 16:45:04 -07:00
commit 17ca11f239
21 changed files with 610 additions and 0 deletions

8
Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "sprout"
version = "0.1.0"
edition = "2024"
[dependencies.uefi]
version = "0.35.0"
features = ["alloc"]