rust-raspberrypi-OS-tutorials/10_virtual_mem_part1_identity_mapping/Cargo.lock

27 lines
629 B
Plaintext
Raw Normal View History

2019-10-08 20:13:25 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2021-03-07 20:06:48 +00:00
version = 3
2019-10-08 20:13:25 +00:00
[[package]]
name = "cortex-a"
2022-04-10 10:26:12 +00:00
version = "7.2.0"
2019-10-08 20:13:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-10 10:26:12 +00:00
checksum = "27bd91f65ccd348bb2d043d98c5b34af141ecef7f102147f59bf5898f6e734ad"
2019-10-08 20:13:25 +00:00
dependencies = [
"tock-registers",
2019-10-08 20:13:25 +00:00
]
[[package]]
2021-04-04 20:30:40 +00:00
name = "mingo"
version = "0.10.0"
2019-10-08 20:13:25 +00:00
dependencies = [
2020-10-28 10:27:43 +00:00
"cortex-a",
"tock-registers",
2019-10-08 20:13:25 +00:00
]
[[package]]
name = "tock-registers"
version = "0.7.0"
2019-10-08 20:13:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ee8fba06c1f4d0b396ef61a54530bb6b28f0dc61c38bc8bc5a5a48161e6282e"