4
0

Cargo.toml 791 B

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