12345678910111213141516 |
- [workspace]
- resolver = "2"
- members = [
- "library/macros",
- "library/sbi-rt",
- "library/sbi-spec",
- "library/sbi-testing",
- "library/rustsbi",
- ]
- [workspace.package]
- edition = "2024"
- license = "MulanPSL-2.0 OR MIT"
- repository = "https://github.com/rustsbi/rustsbi"
- # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|