File tree 11 files changed +3
-25
lines changed
11 files changed +3
-25
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " benchsuite"
3
- version = " 0.0.0"
4
3
rust-version.workspace = true
5
4
edition.workspace = true
6
5
license.workspace = true
7
6
homepage = " https://github.com/rust-lang/cargo"
8
7
repository = " https://github.com/rust-lang/cargo"
9
8
description = " Benchmarking suite for Cargo."
10
- publish = false
11
9
12
10
[dependencies ]
13
11
cargo.workspace = true
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " capture"
3
- version = " 0.1.0"
4
3
rust-version.workspace = true
5
4
edition.workspace = true
6
5
license.workspace = true
7
6
description = " Tool for capturing a real-world workspace for benchmarking."
8
- publish = false
9
7
10
8
[dependencies ]
11
9
cargo_metadata.workspace = true
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cargo-test-macro"
3
- version = " 0.1.0"
4
3
rust-version.workspace = true
5
4
edition.workspace = true
6
5
license.workspace = true
7
6
homepage.workspace = true
8
7
repository.workspace = true
9
8
documentation = " https://github.com/rust-lang/cargo"
10
9
description = " Helper proc-macro for Cargo's testsuite."
11
- publish = false
12
10
13
11
[lib ]
14
12
proc-macro = true
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cargo-test-support"
3
- version = " 0.1.0"
4
3
rust-version.workspace = true
5
4
license.workspace = true
6
5
edition.workspace = true
7
- publish = false
8
6
9
7
[lib ]
10
8
doctest = false
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " mdman"
3
- version = " 0.0.0"
4
3
rust-version.workspace = true
5
4
edition.workspace = true
6
5
license.workspace = true
7
6
description = " Creates a man page page from markdown."
8
- publish = false
9
7
10
8
[dependencies ]
11
9
anyhow.workspace = true
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " resolver-tests"
3
- version = " 0.0.0"
4
3
rust-version.workspace = true
5
4
edition.workspace = true
6
- publish = false
7
5
8
6
[dependencies ]
9
7
cargo.workspace = true
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " semver-check"
3
- version = " 0.0.0"
4
3
authors = [" Eric Huss" ]
5
4
rust-version.workspace = true
6
5
edition.workspace = true
7
- publish = false
8
-
9
- # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
10
6
11
7
[dependencies ]
12
8
tempfile.workspace = true
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " xtask-build-man"
3
- version = " 0.0.0"
4
3
rust-version.workspace = true
5
4
edition.workspace = true
6
- publish = false
7
5
8
6
[dependencies ]
9
7
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " xtask-bump-check"
3
- version = " 0.0.0"
4
3
rust-version.workspace = true
5
4
edition.workspace = true
6
- publish = false
7
5
8
6
[dependencies ]
9
7
anyhow.workspace = true
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " xtask-stale-label"
3
- version = " 0.0.0"
4
3
rust-version.workspace = true
5
4
edition.workspace = true
6
- publish = false
7
5
8
6
[dependencies ]
9
7
toml_edit.workspace = true
You can’t perform that action at this time.
0 commit comments