-
Notifications
You must be signed in to change notification settings - Fork 85
/
Copy pathCargo.lock
46 lines (40 loc) · 1.22 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "modeltool"
version = "0.0.0"
dependencies = [
"redox_intelflash",
"system76_ecflash",
]
[[package]]
name = "plain"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
[[package]]
name = "redox_intelflash"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d8e51d17548d82fa194ca49c6adf81fce4a45bbddfdd7d35f68725cec1943f5"
dependencies = [
"bitflags",
"plain",
"redox_uefi",
]
[[package]]
name = "redox_uefi"
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c5d69301333534a04b380995f5d9e604f46a7cbd8d8c62c996ee27447efdeba4"
[[package]]
name = "system76_ecflash"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b4428b459c1c06e7a3ecf1dd3e863f4e7442a474463094af6a702e3b860ec25"