forked from system76/firmware-setup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
33 lines (29 loc) · 773 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[package]
name = "system76_firmware_setup"
version = "1.0.0"
edition = "2018"
[profile.release]
lto = true
[dependencies]
bitflags = "1.2"
coreboot-table = { git = "https://gitlab.redox-os.org/redox-os/coreboot-table.git" }
memoffset = "0.3"
orbclient = { version = "0.3.21", features = ["no_std"] }
orbfont = { path = "orbfont", features = ["no_std"] }
plain = "0.2.3"
redox_dmi = "0.1.1"
redox_hwio = "0.1.3"
redox_uefi = "0.1.0"
redox_uefi_std = "0.1.3"
spin = "0.5"
system76_ecflash = { git = "https://github.com/system76/ecflash.git" }
#x86 = "0.7"
rlibc = "1.0"
[features]
default = []
debug = []
[patch.crates-io]
orbclient = { path = "orbclient" }
redox_uefi = { path = "uefi" }
redox_uefi_alloc = { path = "uefi_alloc" }
redox_uefi_std = { path = "uefi_std" }