gofractally / psibase

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

Support adding package dependencies in top-level Cargo.toml #858

Open James-Mart opened 1 week ago

James-Mart commented 1 week ago

Would be nice if the package dependencies were the union of all of the package dependencies in any of the workspace configuration files (such as how the postinstall config works), but currently it's required to add them into the package that builds the service.