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

error when running template/build.sh script #30

Open
samlaf opened this issue Oct 28, 2023 · 1 comment
Open

error when running template/build.sh script #30

samlaf opened this issue Oct 28, 2023 · 1 comment
Assignees

Comments

@samlaf
Copy link
Contributor

samlaf commented Oct 28, 2023

When running the template/build.sh script, getting

Error: `cargo metadata` exited with an error: error: current package believes it's in a workspace when it's not:
current:   /Users/samlaf/devel/zk/axiom/halo2-browser/halo2-wasm/template/Cargo.toml
workspace: /Users/samlaf/devel/zk/axiom/halo2-browser/Cargo.toml

this may be fixable by adding `halo2-wasm/template` to the `workspace.members` array of the manifest located at: /Users/samlaf/devel/zk/axiom/halo2-browser/Cargo.toml
Alternatively, to keep it out of the workspace, add the package to the `workspace.exclude` array, or add an empty `[workspace]` table to the package's manifest.

Caused by: `cargo metadata` exited with an error: error: current package believes it's in a workspace when it's not:
current:   /Users/samlaf/devel/zk/axiom/halo2-browser/halo2-wasm/template/Cargo.toml
workspace: /Users/samlaf/devel/zk/axiom/halo2-browser/Cargo.toml

this may be fixable by adding `halo2-wasm/template` to the `workspace.members` array of the manifest located at: /Users/samlaf/devel/zk/axiom/halo2-browser/Cargo.toml
Alternatively, to keep it out of the workspace, add the package to the `workspace.exclude` array, or add an empty `[workspace]` table to the package's manifest.
@shreyas-londhe
Copy link

shreyas-londhe commented Jan 16, 2024

@rpalakkal Curious to see a solution for this, even I'm stuck at this point.

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

No branches or pull requests

3 participants