We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e29c78d commit 930e358Copy full SHA for 930e358
Cargo.toml
@@ -1,8 +1,15 @@
1
[package]
2
-name = "uefi_std"
+name = "redox_uefi_std"
3
version = "0.1.0"
4
edition = "2018"
5
+description = "UEFI standard library"
6
+license = "MIT"
7
+authors = ["Jeremy Soller <jackpot51@gmail.com>"]
8
+repository = "https://gitlab.redox-os.org/redox-os/uefi_std"
9
+
10
+[lib]
11
+name = "uefi_std"
12
13
[dependencies]
-uefi = { git = "https://gitlab.redox-os.org/redox-os/uefi.git" }
-uefi_alloc = { git = "https://gitlab.redox-os.org/redox-os/uefi_alloc.git" }
14
+redox_uefi = "0.1.0"
15
+redox_uefi_alloc = "0.1.0"
0 commit comments