File tree 20 files changed +39
-37
lines changed
cargo-credential-1password
cargo-credential-gnome-secret
cargo-credential-macos-keychain
20 files changed +39
-37
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ exclude = [
10
10
" target/" , # exclude bench testing
11
11
]
12
12
13
+ [workspace .package ]
14
+ edition = " 2021"
15
+ license = " MIT OR Apache-2.0"
16
+
13
17
[workspace .dependencies ]
14
18
anyhow = " 1.0.47"
15
19
base64 = " 0.21.0"
@@ -96,12 +100,11 @@ windows-sys = "0.48"
96
100
[package ]
97
101
name = " cargo"
98
102
version = " 0.73.0"
99
- edition = " 2021 "
100
- license = " MIT OR Apache-2.0 "
103
+ edition.workspace = true
104
+ license.workspace = true
101
105
homepage = " https://crates.io"
102
106
repository = " https://github.com/rust-lang/cargo"
103
107
documentation = " https://docs.rs/cargo"
104
- readme = " README.md"
105
108
description = """
106
109
Cargo, a package manager for Rust.
107
110
"""
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " benchsuite"
3
3
version = " 0.0.0"
4
- edition = " 2021 "
5
- license = " MIT OR Apache-2.0 "
4
+ edition.workspace = true
5
+ license.workspace = true
6
6
homepage = " https://github.com/rust-lang/cargo"
7
7
repository = " https://github.com/rust-lang/cargo"
8
8
description = " Benchmarking suite for Cargo."
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " capture"
3
3
version = " 0.1.0"
4
- edition = " 2021 "
5
- license = " MIT OR Apache-2.0 "
4
+ edition.workspace = true
5
+ license.workspace = true
6
6
description = " Tool for capturing a real-world workspace for benchmarking."
7
7
publish = false
8
8
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cargo-platform"
3
3
version = " 0.1.3"
4
- edition = " 2021 "
5
- license = " MIT OR Apache-2.0 "
4
+ edition.workspace = true
5
+ license.workspace = true
6
6
homepage = " https://github.com/rust-lang/cargo"
7
7
repository = " https://github.com/rust-lang/cargo"
8
8
documentation = " https://docs.rs/cargo-platform"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cargo-test-macro"
3
3
version = " 0.1.0"
4
- edition = " 2021 "
5
- license = " MIT OR Apache-2.0 "
4
+ edition.workspace = true
5
+ license.workspace = true
6
6
homepage = " https://github.com/rust-lang/cargo"
7
7
repository = " https://github.com/rust-lang/cargo"
8
8
documentation = " https://github.com/rust-lang/cargo"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cargo-test-support"
3
3
version = " 0.1.0"
4
- license = " MIT OR Apache-2.0 "
5
- edition = " 2021 "
4
+ license.workspace = true
5
+ edition.workspace = true
6
6
publish = false
7
7
8
8
[lib ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cargo-util"
3
3
version = " 0.2.4"
4
- edition = " 2021 "
5
- license = " MIT OR Apache-2.0 "
4
+ edition.workspace = true
5
+ license.workspace = true
6
6
homepage = " https://github.com/rust-lang/cargo"
7
7
repository = " https://github.com/rust-lang/cargo"
8
8
description = " Miscellaneous support code used by Cargo."
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " crates-io"
3
3
version = " 0.36.1"
4
- edition = " 2021 "
5
- license = " MIT OR Apache-2.0 "
4
+ edition.workspace = true
5
+ license.workspace = true
6
6
repository = " https://github.com/rust-lang/cargo"
7
7
description = """
8
8
Helpers for interacting with crates.io
Original file line number Diff line number Diff line change @@ -3,16 +3,15 @@ name = "home"
3
3
version = " 0.5.6" # also update `html_root_url` in `src/lib.rs`
4
4
authors = [
" Brian Anderson <[email protected] >" ]
5
5
documentation = " https://docs.rs/home"
6
- edition = " 2018 "
6
+ edition.workspace = true
7
7
include = [
8
8
" /src" ,
9
9
" /Cargo.toml" ,
10
10
" /CHANGELOG" ,
11
11
" /LICENSE-*" ,
12
12
" /README.md" ,
13
13
]
14
- license = " MIT OR Apache-2.0"
15
- readme = " README.md"
14
+ license.workspace = true
16
15
repository = " https://github.com/rust-lang/cargo"
17
16
description = " Shared definitions of home directories."
18
17
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " mdman"
3
3
version = " 0.0.0"
4
- edition = " 2021 "
5
- license = " MIT OR Apache-2.0 "
4
+ edition.workspace = true
5
+ license.workspace = true
6
6
description = " Creates a man page page from markdown."
7
7
publish = false
8
8
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " resolver-tests"
3
3
version = " 0.0.0"
4
- edition = " 2018 "
4
+ edition.workspace = true
5
5
publish = false
6
6
7
7
[dependencies ]
Original file line number Diff line number Diff line change 2
2
name = " semver-check"
3
3
version = " 0.0.0"
4
4
authors = [" Eric Huss" ]
5
- edition = " 2021 "
5
+ edition.workspace = true
6
6
publish = false
7
7
8
8
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " xtask-build-man"
3
3
version = " 0.0.0"
4
- edition = " 2021 "
4
+ edition.workspace = true
5
5
publish = false
6
6
7
7
[dependencies ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " xtask-stale-label"
3
3
version = " 0.0.0"
4
- edition = " 2021 "
4
+ edition.workspace = true
5
5
publish = false
6
6
7
7
[dependencies ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " xtask-unpublished"
3
3
version = " 0.0.0"
4
- edition = " 2021 "
4
+ edition.workspace = true
5
5
publish = false
6
6
7
7
[dependencies ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cargo-credential-1password"
3
3
version = " 0.2.0"
4
- edition = " 2021 "
5
- license = " MIT OR Apache-2.0 "
4
+ edition.workspace = true
5
+ license.workspace = true
6
6
repository = " https://github.com/rust-lang/cargo"
7
7
description = " A Cargo credential process that stores tokens in a 1password vault."
8
8
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cargo-credential-gnome-secret"
3
3
version = " 0.2.0"
4
- edition = " 2021 "
5
- license = " MIT OR Apache-2.0 "
4
+ edition.workspace = true
5
+ license.workspace = true
6
6
repository = " https://github.com/rust-lang/cargo"
7
7
description = " A Cargo credential process that stores tokens with GNOME libsecret."
8
8
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cargo-credential-macos-keychain"
3
3
version = " 0.2.0"
4
- edition = " 2021 "
5
- license = " MIT OR Apache-2.0 "
4
+ edition.workspace = true
5
+ license.workspace = true
6
6
repository = " https://github.com/rust-lang/cargo"
7
7
description = " A Cargo credential process that stores tokens in a macOS keychain."
8
8
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cargo-credential-wincred"
3
3
version = " 0.2.0"
4
- edition = " 2021 "
5
- license = " MIT OR Apache-2.0 "
4
+ edition.workspace = true
5
+ license.workspace = true
6
6
repository = " https://github.com/rust-lang/cargo"
7
7
description = " A Cargo credential process that stores tokens with Windows Credential Manager."
8
8
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cargo-credential"
3
3
version = " 0.2.0"
4
- edition = " 2021 "
5
- license = " MIT OR Apache-2.0 "
4
+ edition.workspace = true
5
+ license.workspace = true
6
6
repository = " https://github.com/rust-lang/cargo"
7
7
description = " A library to assist writing Cargo credential helpers."
8
8
You can’t perform that action at this time.
0 commit comments