Skip to content

Commit 930e358

Browse files
committed
Update crates data
1 parent e29c78d commit 930e358

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

Cargo.toml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
[package]
2-
name = "uefi_std"
2+
name = "redox_uefi_std"
33
version = "0.1.0"
44
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"
512

613
[dependencies]
7-
uefi = { git = "https://gitlab.redox-os.org/redox-os/uefi.git" }
8-
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

Comments
 (0)