12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- # This file is automatically @generated by Cargo.
- # It is not intended for manual editing.
- version = 3
- [[package]]
- name = "critical-section"
- version = "1.1.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "7059fff8937831a9ae6f0fe4d658ffabf58f2ca96aa9dec1c889f936f705f216"
- [[package]]
- name = "embedded-hal"
- version = "1.0.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "361a90feb7004eca4019fb28352a9465666b24f840f5c3cddf0ff13920590b89"
- [[package]]
- name = "panic-halt"
- version = "0.2.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "de96540e0ebde571dc55c73d60ef407c653844e6f9a1e2fdbd40c07b9252d812"
- [[package]]
- name = "riscv"
- version = "0.11.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "2f5c1b8bf41ea746266cdee443d1d1e9125c86ce1447e1a2615abd34330d33a9"
- dependencies = [
- "critical-section",
- "embedded-hal",
- ]
- [[package]]
- name = "rustsbi-prototyper"
- version = "0.0.0"
- dependencies = [
- "panic-halt",
- "riscv",
- ]
- [[package]]
- name = "xtask"
- version = "0.1.0"
|