[package]
name = "r-efi"
version = "0.1.0"
authors = [
"David Herrmann <dh.herrmann@gmail.com>",
"Tom Gundersen <teg@jklm.no>",
]
categories = [
"embedded",
"hardware-support",
"no-std",
"os",
]
description = "UEFI Reference Specification Protocol Constants and Definitions"
edition = "2018"
homepage = "https://r-util.github.com/r-efi"
keywords = [
"efi",
"uefi",
"boot",
"firmware",
"specification",
]
license = "Apache-2.0 OR LGPL-2.1-or-later"
readme = "README.md"
repository = "https://github.com/r-util/r-efi"
[[example]]
name = "hello-world"
crate-type = ["lib"]