Skip to content

Commit 2cf9718

Browse files
weihangloMuscraftehuss
committed
chore: create a [workspace] for cargo
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]>
1 parent 4a3c588 commit 2cf9718

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

Cargo.toml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
[workspace]
2+
resolver = "2"
3+
members = [
4+
"crates/cargo-platform",
5+
"crates/cargo-test-macro",
6+
"crates/cargo-test-support",
7+
"crates/cargo-util",
8+
"crates/crates-io",
9+
"crates/credential/*",
10+
"crates/home",
11+
"crates/mdman",
12+
]
13+
exclude = [
14+
"benches/",
15+
"crates/resolver-tests",
16+
"src/doc/", # linkchecker and semver-check
17+
"target/", # exclude bench testing
18+
]
19+
120
[package]
221
name = "cargo"
322
version = "0.71.0"

0 commit comments

Comments
 (0)