rust-raspberrypi-OS-tutorials/09_delays/Cargo.lock

56 lines
2.0 KiB
Plaintext
Raw Normal View History

[[package]]
name = "cortex-a"
2018-08-26 19:20:38 +00:00
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2018-08-23 22:13:53 +00:00
"register 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "kernel8"
version = "0.1.0"
dependencies = [
2018-08-26 19:20:38 +00:00
"cortex-a 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"raspi3_boot 0.1.0",
2018-08-23 21:53:55 +00:00
"register 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "panic-abort"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "r0"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "raspi3_boot"
version = "0.1.0"
dependencies = [
2018-08-26 19:20:38 +00:00
"cortex-a 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"panic-abort 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"r0 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
2018-08-23 21:53:55 +00:00
[[package]]
name = "register"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"tock-registers 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "tock-registers"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[metadata]
2018-08-26 19:20:38 +00:00
"checksum cortex-a 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bbb5d3c4a2e15b96e076a50c5e7e292585c902bb830f31d6dab0927f8a4d655f"
"checksum panic-abort 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6bc796c620f27056d4ffe7c558533fd67ae5af0fd8e919fbe38de803368af73e"
"checksum r0 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e2a38df5b15c8d5c7e8654189744d8e396bddc18ad48041a500ce52d6948941f"
2018-08-23 21:53:55 +00:00
"checksum register 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "157a11ac0b1882ff4a527a92f911dd288df17367faaaa0c36f188cd61ec36fc1"
"checksum tock-registers 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3a385d94f3f62e60445a0adb9ff8d9621faa272234530d4c0f848ec98f88e316"