rust-raspberrypi-OS-tutorials/11_exceptions_part1_groundwork/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-09-26 21:15:07 +00:00
version = "8.0.0"
2019-10-08 20:13:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-26 21:15:07 +00:00
checksum = "0cd4524931a4e0ec50ae91f0d55f571f31ffe11dd9ce2f9905b8343c018c25bb"
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.11.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"
2022-09-26 21:15:07 +00:00
version = "0.8.1"
2019-10-08 20:13:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-26 21:15:07 +00:00
checksum = "696941a0aee7e276a165a978b37918fd5d22c55c3d6bda197813070ca9c0f21c"