1234567891011121314151617181920 |
- # This file is automatically @generated by Cargo.
- # It is not intended for manual editing.
- version = 3
- [[package]]
- name = "panic-halt"
- version = "0.2.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "de96540e0ebde571dc55c73d60ef407c653844e6f9a1e2fdbd40c07b9252d812"
- [[package]]
- name = "rustsbi-prototyper"
- version = "0.0.0"
- dependencies = [
- "panic-halt",
- ]
- [[package]]
- name = "xtask"
- version = "0.1.0"
|