Skip to content
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

utilizing Cargo workspaces #127

Open
theashraf opened this issue Apr 7, 2024 · 0 comments
Open

utilizing Cargo workspaces #127

theashraf opened this issue Apr 7, 2024 · 0 comments

Comments

@theashraf
Copy link
Member

dotLottie-rs consists of multiple crates that share common dependencies and are interdependent. In this context, utilizing Cargo workspaces is a more logical approach, particularly because the number of dotlottie-rs crates is expected to increase in the future.

Since all dynamically and statically generated libraries will be located in the root directory of the workspace, this arrangement will necessitate some adjustments to the Makefile. Additionally, the Cargo workspace will place crates artifacts and the lock file in the main directory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant