Cargo.lock 436 B

1234567891011121314151617181920
  1. # This file is automatically @generated by Cargo.
  2. # It is not intended for manual editing.
  3. version = 3
  4. [[package]]
  5. name = "panic-halt"
  6. version = "0.2.0"
  7. source = "registry+https://github.com/rust-lang/crates.io-index"
  8. checksum = "de96540e0ebde571dc55c73d60ef407c653844e6f9a1e2fdbd40c07b9252d812"
  9. [[package]]
  10. name = "rustsbi-prototyper"
  11. version = "0.0.0"
  12. dependencies = [
  13. "panic-halt",
  14. ]
  15. [[package]]
  16. name = "xtask"
  17. version = "0.1.0"