-
-
Notifications
You must be signed in to change notification settings - Fork 400
chore: move ratatui crate into workspace folder #1459
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Step 1 in modularizing ratatui
Added |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Fixed the CI issues. There are some leftover things such as running certain cargo commands for all the workspace members but we can take a look at them in the followup PR I guess.
Sweet - thanks for fixing that up. I'm going to play around with xtask to replace cargo make and will make sure to keep the need to run the right cargo commands for each package in mind. |
This is the first step towards modularization. Handling the move
as a separate step rather than combining it should make it easier
to rebase other PRs when necessary.