[workspace] resolver = "2" members = [ "multiboot2", "multiboot2-common", "multiboot2-header", ] exclude = [ "integration-test" ] [workspace.dependencies] bitflags = "2.6.0" derive_more = { version = "1.0.0", default-features = false, features = ["display"] } log = { version = "~0.4", default-features = false } multiboot2 = { version = "0.22.2", default-features = false } multiboot2-common = { version = "0.1.2", default-features = false } ptr_meta = { version = "~0.2", default-features = false } # This way, the corresponding crate dependency can be normalley referenced by # version, while still the repository version is used transparently during local # development. [patch.crates-io] multiboot2 = { path = "multiboot2" } multiboot2-common = { path = "multiboot2-common" } multiboot2-header = { path = "multiboot2-header" }