Cargo.toml 274 B

1234567891011121314151617
  1. [workspace]
  2. resolver = "2"
  3. members = [
  4. "prototyper",
  5. "bench-kernel",
  6. "test-kernel",
  7. "supervisor",
  8. "xtask"
  9. ]
  10. [workspace.package]
  11. edition = "2021"
  12. license = "MulanPSL-2.0 OR MIT"
  13. repository = "https://github.com/rustsbi/prototyper"
  14. [profile.release]
  15. debug = true