Warn users if they create a package in a workspace without listing them as a member #4451
Labels
enhancement
New feature or request
forc
forc-pkg
Everything related to the `forc-pkg` crate.
good first issue
Good for newcomers
may be rewarded
ODHack13
cargo warns users with a warning if they create a package inside a workspace directory like the following:
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.
The text was updated successfully, but these errors were encountered: