Simple FAT16/32 driver implementation
This commit is contained in:
12
Cargo.toml
Normal file
12
Cargo.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[package]
|
||||
name = "efi-loader"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
bitflags = "2.11.0"
|
||||
log = "0.4.29"
|
||||
uefi = { version = "0.36.1", features = ["logger", "panic_handler", "log-debugcon", "alloc", "global_allocator"] }
|
||||
zerocopy = { version = "0.8.47", features = ["derive"] }
|
||||
|
||||
[workspace]
|
||||
Reference in New Issue
Block a user