Cargo.toml 228 B

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