mirror of
https://github.com/rust-osdev/uefi-rs
synced 2026-06-08 17:17:36 +00:00
12 lines
319 B
TOML
12 lines
319 B
TOML
[package]
|
|
name = "uefi-std-example"
|
|
version = "0.1.0"
|
|
authors = ["The Rust OSDev team"]
|
|
publish = false
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
# Attention: Don't activate the panic_handler feature, as it will clash with
|
|
# the one coming from `std`.
|
|
uefi = { path = "../uefi", features = ["alloc"], default-features = false }
|