Cargo.toml 377 B

12345678910111213141516
  1. [workspace]
  2. resolver = "2"
  3. members = [
  4. "library/macros",
  5. "library/sbi-rt",
  6. "library/sbi-spec",
  7. "library/sbi-testing",
  8. "library/rustsbi",
  9. ]
  10. [workspace.package]
  11. edition = "2024"
  12. license = "MulanPSL-2.0 OR MIT"
  13. repository = "https://github.com/rustsbi/rustsbi"
  14. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html