rust-raspberrypi-OS-tutorials/07_uart_chainloader/Cargo.lock

36 lines
1.3 KiB
Plaintext
Raw Normal View History

2019-10-17 07:33:42 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "cortex-a"
2020-06-28 11:36:34 +00:00
version = "3.0.4"
2019-10-17 07:33:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-05-31 11:20:19 +00:00
"register 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-17 07:33:42 +00:00
]
[[package]]
name = "kernel"
version = "0.1.0"
dependencies = [
2020-06-28 11:36:34 +00:00
"cortex-a 3.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
2020-05-31 11:20:19 +00:00
"register 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-17 07:33:42 +00:00
]
[[package]]
name = "register"
2020-05-31 11:20:19 +00:00
version = "0.5.1"
2019-10-17 07:33:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-01-16 21:06:43 +00:00
"tock-registers 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-17 07:33:42 +00:00
]
[[package]]
name = "tock-registers"
2020-01-16 21:06:43 +00:00
version = "0.5.0"
2019-10-17 07:33:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[metadata]
2020-06-28 11:36:34 +00:00
"checksum cortex-a 3.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "6922a40af4d1a2deac8c963b9f3e57311b8912490740234f1ad182425c547f80"
2020-05-31 11:20:19 +00:00
"checksum register 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "deaba5b0e477d21f61a57504bb5cef4a1e86de30300b457d38971c1cfc98b815"
2020-01-16 21:06:43 +00:00
"checksum tock-registers 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "70323afdb8082186c0986da0e10f6e4ed103d681c921c00597e98d9806dac20f"