12345678910111213 |
- [workspace]
- resolver = "2"
- members = [
- "multiboot2",
- "multiboot2-header",
- ]
- # This way, the "multiboot2" dependency in the multiboot2-header crate can be
- # referenced by version, while still the repository version is used
- # transparently during local development.
- [patch.crates-io]
- multiboot2 = { path = "multiboot2" }
|