Cargo.toml 447 B

1234567891011121314151617181920212223
  1. cargo-features = ["per-package-target"]
  2. [package]
  3. name = "rustsbi-prototyper"
  4. version = "0.0.0"
  5. edition.workspace = true
  6. license.workspace = true
  7. repository.workspace = true
  8. forced-target = "riscv64imac-unknown-none-elf"
  9. [dependencies]
  10. panic-halt = "0.2.0"
  11. [workspace]
  12. members = ["xtask"]
  13. [workspace.package]
  14. edition = "2021"
  15. license = "MulanPSL-2.0 OR MIT"
  16. repository = "https://github.com/rustsbi/prototyper"
  17. [profile.release]
  18. debug = true