-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCargo.lock
35 lines (31 loc) · 885 Bytes
/
Cargo.lock
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
34
35
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "redox_uefi"
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c5d69301333534a04b380995f5d9e604f46a7cbd8d8c62c996ee27447efdeba4"
[[package]]
name = "redox_uefi_alloc"
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1df364cdf289d9df9201f147aeeb5e7387f29f0824bee2e41e960eb98eaf03f1"
dependencies = [
"redox_uefi",
]
[[package]]
name = "redox_uefi_std"
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b81203f45b2e08804d80274a2951f1615828d9aa5629d3a5d267878c70feb96d"
dependencies = [
"redox_uefi",
"redox_uefi_alloc",
]
[[package]]
name = "system76_gop_policy"
version = "1.0.0"
dependencies = [
"redox_uefi_std",
]