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

[easy] re-export crates being used in Kimchi #619

Merged
merged 23 commits into from
Jun 14, 2022
Merged

[easy] re-export crates being used in Kimchi #619

merged 23 commits into from
Jun 14, 2022

Conversation

querolita
Copy link
Member

@querolita querolita commented Jun 13, 2022

This PR re-exports the crates being used in kimchi so that an external user does not need to write all the dependencies inside their Cargo.toml, but instead, only use

kimchi = { git = "https://github.com/o1-labs/proof-systems" }

and similarly for kombucha

circuit-construction = { git = "https://github.com/o1-labs/proof-systems" }

Partially addresses this issue. The examples for the README.md will be moved to the readme in the circuit api instead.

Copy link
Contributor

@mimoo mimoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@querolita querolita merged commit fd78585 into master Jun 14, 2022
@querolita querolita deleted the api/reexport branch June 14, 2022 18:24
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