Skip to content

Commit

Permalink
chore: create a [workspace] for cargo
Browse files Browse the repository at this point in the history
Not yet figure out whether benches/ and resolver-tests should be
workspace members or not. Let's postpone it a bit.

Co-authored-by: Scott Schafer <[email protected]>
Co-authored-by: Eric Huss <[email protected]>
  • Loading branch information
3 people committed Mar 14, 2023
1 parent 4a3c588 commit 2cf9718
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
[workspace]
resolver = "2"
members = [
"crates/cargo-platform",
"crates/cargo-test-macro",
"crates/cargo-test-support",
"crates/cargo-util",
"crates/crates-io",
"crates/credential/*",
"crates/home",
"crates/mdman",
]
exclude = [
"benches/",
"crates/resolver-tests",
"src/doc/", # linkchecker and semver-check
"target/", # exclude bench testing
]

[package]
name = "cargo"
version = "0.71.0"
Expand Down

0 comments on commit 2cf9718

Please sign in to comment.