Cargo.toml 752 B

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