gofractally / psibase

Open source protocol enabling communities to easily self-host web applications
https://docs.psibase.io
MIT License
28 stars 7 forks source link

Union cargo package dependencies #861

Closed James-Mart closed 1 month ago

James-Mart commented 1 month ago

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.