Cargo.toml 648 B

123456789101112131415161718192021222324252627282930
  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. "library/penglai",
  10. "prototyper/prototyper",
  11. "prototyper/bench-kernel",
  12. "prototyper/test-kernel",
  13. "xtask",
  14. ]
  15. default-members = [
  16. "library/macros",
  17. "library/sbi-rt",
  18. "library/sbi-spec",
  19. "library/rustsbi",
  20. ]
  21. [workspace.package]
  22. edition = "2024"
  23. license = "MulanPSL-2.0 OR MIT"
  24. repository = "https://github.com/rustsbi/rustsbi"
  25. [profile.release]
  26. debug = true
  27. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html