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 was archived by the owner on Nov 21, 2018. It is now read-only.
Whenever running hc generate, I get this warning. It seems like it would be a good idea to generate a top-level Cargo.toml to create a workspace, which will not only squelch this error but help zomes work better with IDEs.
hc g zomes/hosts
> cargo init --lib --vcs none
warning: compiling this new crate may not work due to invalid workspace configuration
current package believes it's in a workspace when it's not:
current: /Users/michael/Holo/hosting-app/zomes/hosts/code/./Cargo.toml
workspace: /Users/michael/Holo/hosting-app/Cargo.toml
this may be fixable by adding `zomes/hosts/code` to the `workspace.members` array of the manifest located at: /Users/michael/Holo/hosting-app/Cargo.toml
Created library package
Whenever running
hc generate, I get this warning. It seems like it would be a good idea to generate a top-level Cargo.toml to create a workspace, which will not only squelch this error but help zomes work better with IDEs.