We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9746ee6 + f5022cb commit c2ede09Copy full SHA for c2ede09
uefi-raw/Cargo.toml
@@ -2,15 +2,21 @@
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
13
edition.workspace = true
14
keywords.workspace = true
15
license.workspace = true
16
repository.workspace = true
-rust-version.workspace = true
17
+# uefi-raw is much less likely to need the latest bleeding-edge features.
18
+# Hence, it is okay to not use the workspace MSRV.
19
+rust-version = "1.70"
20
21
[dependencies]
22
bitflags.workspace = true
0 commit comments