Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add --workspace option to cargo new and cargo init #8411

Closed
wants to merge 4 commits into from

Commits on Jun 25, 2020

  1. Add Workspace to NewProjectKind

    Signed-off-by: Walker Crouse <walker.crouse@coop.co.uk>
    Walker Crouse committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    c3ad14a View commit details
    Browse the repository at this point in the history
  2. Dont create source files when making a workspace

    Signed-off-by: Walker Crouse <walker.crouse@coop.co.uk>
    Walker Crouse committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    be3bc8e View commit details
    Browse the repository at this point in the history
  3. Write workspace Cargo.toml

    Signed-off-by: Walker Crouse <walker.crouse@coop.co.uk>
    Walker Crouse committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    f352c45 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2020

  1. Fix existing tests and add some new ones

    Signed-off-by: Walker Crouse <walker.crouse@coop.co.uk>
    Walker Crouse committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    fe38328 View commit details
    Browse the repository at this point in the history