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
cargo warns users with a warning if they create a package inside a workspace directory like the following:
warning: compiling this new package may not work due to invalid workspace configurationcurrent package believes it's in a workspace when it's not:current: /Users/kayagokalp/fuel/dev/sway/forc-error/Cargo.tomlworkspace: /Users/kayagokalp/fuel/dev/sway/Cargo.toml
We might want to do something similar. In our case a child package wouldn't be "thinking" it's in a workspace but it is still pretty easy to forget listing a package in the workspace manifest file.