Open CosmicHorrorDev opened 11 months ago
Using this crate as a library currently pulls in a lot of dependencies that only really make sense for the binary portion of the app. It would be nice to avoid all of these by exposing the binary stuff behind a default feature instead
It'd probably make more sense to move the CLI into a separate crate from the core functionality.
Using this crate as a library currently pulls in a lot of dependencies that only really make sense for the binary portion of the app. It would be nice to avoid all of these by exposing the binary stuff behind a default feature instead