When running vorpal init in an existing Cargo monorepo, it should detect that by looking for workspace in the Cargo.toml. If it exists, it should ask for the name of a new package to create and where it should be created, and then add that path to the workspace.members list.
When running
vorpal initin an existing Cargo monorepo, it should detect that by looking forworkspacein theCargo.toml. If it exists, it should ask for the name of a new package to create and where it should be created, and then add that path to theworkspace.memberslist.