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
Right now, it is very slightly inconvenient to set up a new Rust project with a workspace rather than as a standalone lib or bin.
Proposed Solution
In addition to cargo init --bin and cargo init --lib, it would be great to have cargo init --workspace, which just sets up Cargo.toml as a workspace with no members. Not a big deal, but perhaps also really easy?
Notes
No response
The text was updated successfully, but these errors were encountered:
Problem
Right now, it is very slightly inconvenient to set up a new Rust project with a workspace rather than as a standalone lib or bin.
Proposed Solution
In addition to
cargo init --bin
andcargo init --lib
, it would be great to havecargo init --workspace
, which just sets upCargo.toml
as a workspace with no members. Not a big deal, but perhaps also really easy?Notes
No response
The text was updated successfully, but these errors were encountered: