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

ark-cli: Depend on Workspace Crates Instead of arklib #24

Merged
merged 1 commit into from
Apr 12, 2024

Conversation

tareknaser
Copy link
Collaborator

Description

This PR removes ark-cli dependency on arklib and depends on other ark-rust crates from the workspace.
This should be the last step of merging ark-cli into ark-rust cargo workspace.

Fixes #15

Next steps:

  • move unresolved issues from both repositories to ark-rust
  • archive both arklib and ark-cli

Other changes:

  • disable benches for ark-cli
  • remove unused ark-cli unused crate dependencies

@kirillt kirillt self-requested a review April 10, 2024 15:59
This commit removes `ark-cli` dependency on `arklib` and depends on other `ark-rust` crates from the workspace.

This should be the last step of merging `ark-cli` into `ark-rust` cargo workspace. Next step is to archieve both `arklib` and `ark-cli`.

Other changes:
- disable benches for `ark-cli`
- remove unused `ark-cli` unused crate dependencies

Signed-off-by: Tarek <[email protected]>
@tareknaser tareknaser merged commit b93ef56 into main Apr 12, 2024
1 of 2 checks passed
@tareknaser tareknaser deleted the cli_dependencies branch April 12, 2024 09:56
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.

ark-cli: Refactor to depend on crates from ark-rust not arklib
2 participants