This allows package dependencies to be specified in any crate in a cargo-package instead of only the service crate.
Dependencies put in multiple crates will be unioned for inclusion in the final package.
This PR also moves the dependencies for the ChainMail package from the service crate to the root crate. It does not demonstrate unioning capabilities which were manually tested.
This allows package dependencies to be specified in any crate in a cargo-package instead of only the service crate. Dependencies put in multiple crates will be unioned for inclusion in the final package.
This PR also moves the dependencies for the ChainMail package from the service crate to the root crate. It does not demonstrate unioning capabilities which were manually tested.
Merge to
main
once #859 is merged.