[workspace] members = [ "child_a", "child_b", ] resolver = "2" [package] name = "parent" version = "0.1.0" edition = "2018" # Required to satisfy cargo but no `lib.rs` is expected to # exist within test data. [lib] path = "lib.rs" [workspace.dependencies] child_a = {path = "child_a"}