Right now, some of the components have binary applications included with them to help with manual testing and development. This is quite annoying though since they also have binary-specific dependencies which need to be added as dependencies of the crate directly.
If we move all of the binaries into a generic "pxp-tools" crate, we can remove a lot of those dependencies and keep the libraries clean.
Right now, some of the components have binary applications included with them to help with manual testing and development. This is quite annoying though since they also have binary-specific dependencies which need to be added as dependencies of the crate directly.
If we move all of the binaries into a generic "pxp-tools" crate, we can remove a lot of those dependencies and keep the libraries clean.