We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d30baa commit f5022cbCopy full SHA for f5022cb
uefi-raw/Cargo.toml
@@ -2,7 +2,11 @@
2
name = "uefi-raw"
3
version = "0.5.2"
4
readme = "README.md"
5
-description = "Raw UEFI types"
+description = """
6
+Raw UEFI types and bindings for protocols, boot, and runtime services. This can
7
+serve as base for an UEFI firmware implementation or a high-level wrapper to
8
+access UEFI functionality from an UEFI image.
9
+"""
10
11
authors.workspace = true
12
categories.workspace = true
0 commit comments