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

blockless-car migration to single monorepo using Cargo workspace #9

Merged
merged 2 commits into from
Jul 29, 2023

Conversation

zees-dev
Copy link
Collaborator

Context

This PR integrates the blockless-car repo into this repo using Cargo workspace design/architecture.

Background

The car-utils repo (this) is simply a CLI wrapper around the blockless-car library.
It's much easier to develop, manage and work with both code-bases if they are incorporated in a single repository.
Using the Cargo workspaces design; other/external projects can still continue to utilize the blockless-car library - without depending/building on the binary.
All issues for the blockless-car and/or CLI can be triaged from a single repo.

Additional steps

  • Update the README.md of blockless-car
  • Archive blockless car
  • Publish 0.2.0 crate of blockless car from this repository
  • Update internal docs?

@zees-dev zees-dev changed the title migration to single monorepo with lib support blockless-car migration to single monorepo using Cargo workspace Jul 29, 2023
@zees-dev zees-dev requested review from Joinhack and dmikey July 29, 2023 01:55
@Joinhack Joinhack merged commit 08e73f1 into main Jul 29, 2023
2 checks passed
@zees-dev zees-dev deleted the feat/blockless-car-integration branch July 29, 2023 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants