2019-09-25 13:25:40 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
[[package]]
|
|
|
|
name = "cortex-a"
|
2020-01-16 21:06:43 +00:00
|
|
|
version = "2.9.0"
|
2019-09-25 13:25:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-01-16 21:06:43 +00:00
|
|
|
"register 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-25 13:25:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "kernel"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2020-01-16 21:06:43 +00:00
|
|
|
"cortex-a 2.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-25 13:25:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "register"
|
2020-01-16 21:06:43 +00:00
|
|
|
version = "0.5.0"
|
2019-09-25 13:25:40 +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-09-25 13:25:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tock-registers"
|
2020-01-16 21:06:43 +00:00
|
|
|
version = "0.5.0"
|
2019-09-25 13:25:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[metadata]
|
2020-01-16 21:06:43 +00:00
|
|
|
"checksum cortex-a 2.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fd807a12241940332c7c9f6aeaf3f7539d4213853d32445d17c97f3e7eebe118"
|
|
|
|
"checksum register 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6e10c2ba523bc81270ecb9b6ca6704f42cd1efec89fddbfe0e520ad0e218f401"
|
|
|
|
"checksum tock-registers 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "70323afdb8082186c0986da0e10f6e4ed103d681c921c00597e98d9806dac20f"
|