chore: Consolidate workspace into a single cargo package #2

Merged
javif89 merged 2 commits from chore/consolidate-workspace into next 2026-06-30 21:34:24 +00:00
Owner

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.

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.
chore: Consolidate workspace into a single cargo package
Some checks failed
Release / plan (pull_request) Has been cancelled
Release / build-local-artifacts () (pull_request) Has been cancelled
Release / build-global-artifacts (pull_request) Has been cancelled
Release / host (pull_request) Has been cancelled
Release / announce (pull_request) Has been cancelled
a727a4d503
Sign in to join this conversation.
No description provided.