Cargo.toml 723 B

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