-
-
Notifications
You must be signed in to change notification settings - Fork 870
Expand file tree
/
Copy pathCargo.lock
More file actions
26 lines (23 loc) · 634 Bytes
/
Cargo.lock
File metadata and controls
26 lines (23 loc) · 634 Bytes
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
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "aarch64-cpu"
version = "9.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3aceb88e55ba626a5479279268d009a92d9d00eacce0de1b8c236c7ad31b7225"
dependencies = [
"tock-registers",
]
[[package]]
name = "mingo"
version = "0.5.0"
dependencies = [
"aarch64-cpu",
"tock-registers",
]
[[package]]
name = "tock-registers"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "696941a0aee7e276a165a978b37918fd5d22c55c3d6bda197813070ca9c0f21c"