Cargo.toml 124 B

1234567
  1. [workspace]
  2. # RustSBI library and all supported platforms
  3. members = [
  4. "rustsbi",
  5. "platform/*",
  6. "test-kernel",
  7. ]