Cargo.toml 625 B

1234567891011121314151617181920212223242526272829
  1. [workspace]
  2. resolver = "3"
  3. members = [
  4. "library/macros",
  5. "library/sbi-rt",
  6. "library/sbi-spec",
  7. "library/sbi-testing",
  8. "library/rustsbi",
  9. "prototyper/prototyper",
  10. "prototyper/bench-kernel",
  11. "prototyper/test-kernel",
  12. "xtask",
  13. ]
  14. default-members = [
  15. "library/macros",
  16. "library/sbi-rt",
  17. "library/sbi-spec",
  18. "library/rustsbi",
  19. ]
  20. [workspace.package]
  21. edition = "2024"
  22. license = "MulanPSL-2.0 OR MIT"
  23. repository = "https://github.com/rustsbi/rustsbi"
  24. [profile.release]
  25. debug = true
  26. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html