chore: Consolidate workspace into a single cargo package #2
No reviewers
Labels
No labels
bug
chore
CI/CD
Code Cleanup
duplicate
DX
enhancement
help wanted
invalid
packaging
question
UI
UX
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
waycasthq/waycast!2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "chore/consolidate-workspace"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I initially over-split the project into tiny crates. This ended up making development harder than it needed to be.
At the end of the day, all the crates needed to be updated together for a new feature to be added, so them being separate crates didn't make any sense.
This PR consolidates the project into one cargo package, reducing development and release overhead.