You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.
when I run : cargo run --release --bin fhe-keygen
there is an error occurs, the error information as below:
error: failed to load manifest for workspace member /Users/alex/work/research/zk-fhe-mpc/project/cyferio/tmc/crates/rollup
referenced by workspace at /Users/alex/work/research/zk-fhe-mpc/project/cyferio/tmc/Cargo.toml
Caused by:
failed to load manifest for dependency sov-bank-fhe
Caused by:
failed to parse manifest at /Users/alex/work/research/zk-fhe-mpc/project/cyferio/tmc/crates/module-implementations/sov-bank-fhe/Cargo.toml
Caused by:
error inheriting thiserror from workspace root manifest's workspace.dependencies.thiserror
Caused by: dependency.thiserror was not found in workspace.dependencies
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
when I run : cargo run --release --bin fhe-keygen
there is an error occurs, the error information as below:
error: failed to load manifest for workspace member
/Users/alex/work/research/zk-fhe-mpc/project/cyferio/tmc/crates/rollup
referenced by workspace at
/Users/alex/work/research/zk-fhe-mpc/project/cyferio/tmc/Cargo.toml
Caused by:
failed to load manifest for dependency
sov-bank-fhe
Caused by:
failed to parse manifest at
/Users/alex/work/research/zk-fhe-mpc/project/cyferio/tmc/crates/module-implementations/sov-bank-fhe/Cargo.toml
Caused by:
error inheriting
thiserror
from workspace root manifest'sworkspace.dependencies.thiserror
Caused by:
dependency.thiserror
was not found inworkspace.dependencies
The text was updated successfully, but these errors were encountered: