Files
rust-osdev-uefi-rs/uefi-std-example/Cargo.toml
2025-05-17 12:21:52 +02:00

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 }