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

Create a top-level Cargo workspace #6845

Merged
merged 5 commits into from
Sep 9, 2021
Merged

Create a top-level Cargo workspace #6845

merged 5 commits into from
Sep 9, 2021

Conversation

olix0r
Copy link
Member

@olix0r olix0r commented Sep 9, 2021

Various development tools (including Rust Analyzer and some reusable
actions) expect the root of the project to define a Cargo workspace.

In order to work more naturally with these tools, this change moves the
Cargo.lock, rust-toolchain, and deny.toml files to the root of the
project. A Cargo.toml is factored out of policy-controller to define
the top-level workspace.

Various development tools (including Rust Analyzer and some reusable
actions) expect the root of the project to define a Cargo workspace.

In order to work more naturally with these tools, this change moves the
`Cargo.lock`, `rust-toolchain`, and `deny.toml` files to the root of the
project. A `Cargo.toml` is factored out of `policy-controller` to define
the top-level workspace.
@olix0r olix0r marked this pull request as ready for review September 9, 2021 16:04
@olix0r olix0r requested a review from a team as a code owner September 9, 2021 16:04
@olix0r olix0r merged commit 867da52 into main Sep 9, 2021
@olix0r olix0r deleted the ver/cargo-root branch September 9, 2021 21:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants