Skip to content

Commit f5022cb

Browse files
committed
uefi-raw: better description
1 parent 7d30baa commit f5022cb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

uefi-raw/Cargo.toml

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
name = "uefi-raw"
33
version = "0.5.2"
44
readme = "README.md"
5-
description = "Raw UEFI types"
5+
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+
"""
610

711
authors.workspace = true
812
categories.workspace = true

0 commit comments

Comments
 (0)