File tree 15 files changed +16
-15
lines changed
cargo-credential-1password
cargo-credential-gnome-secret
cargo-credential-macos-keychain
15 files changed +16
-15
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ exclude = [
12
12
13
13
[workspace .package ]
14
14
edition = " 2021"
15
+ license = " MIT OR Apache-2.0"
15
16
16
17
[workspace .dependencies ]
17
18
anyhow = " 1.0.47"
@@ -100,7 +101,7 @@ windows-sys = "0.48"
100
101
name = " cargo"
101
102
version = " 0.73.0"
102
103
edition.workspace = true
103
- license = " MIT OR Apache-2.0 "
104
+ license.workspace = true
104
105
homepage = " https://crates.io"
105
106
repository = " https://github.com/rust-lang/cargo"
106
107
documentation = " https://docs.rs/cargo"
Original file line number Diff line number Diff line change 2
2
name = " benchsuite"
3
3
version = " 0.0.0"
4
4
edition.workspace = true
5
- license = " MIT OR Apache-2.0 "
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 2
2
name = " capture"
3
3
version = " 0.1.0"
4
4
edition.workspace = true
5
- license = " MIT OR Apache-2.0 "
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 2
2
name = " cargo-platform"
3
3
version = " 0.1.3"
4
4
edition.workspace = true
5
- license = " MIT OR Apache-2.0 "
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 2
2
name = " cargo-test-macro"
3
3
version = " 0.1.0"
4
4
edition.workspace = true
5
- license = " MIT OR Apache-2.0 "
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 "
4
+ license.workspace = true
5
5
edition.workspace = true
6
6
publish = false
7
7
Original file line number Diff line number Diff line change 2
2
name = " cargo-util"
3
3
version = " 0.2.4"
4
4
edition.workspace = true
5
- license = " MIT OR Apache-2.0 "
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 2
2
name = " crates-io"
3
3
version = " 0.36.1"
4
4
edition.workspace = true
5
- license = " MIT OR Apache-2.0 "
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 @@ -11,7 +11,7 @@ include = [
11
11
" /LICENSE-*" ,
12
12
" /README.md" ,
13
13
]
14
- license = " MIT OR Apache-2.0 "
14
+ license.workspace = true
15
15
repository = " https://github.com/rust-lang/cargo"
16
16
description = " Shared definitions of home directories."
17
17
Original file line number Diff line number Diff line change 2
2
name = " mdman"
3
3
version = " 0.0.0"
4
4
edition.workspace = true
5
- license = " MIT OR Apache-2.0 "
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 2
2
name = " cargo-credential-1password"
3
3
version = " 0.2.0"
4
4
edition.workspace = true
5
- license = " MIT OR Apache-2.0 "
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 2
2
name = " cargo-credential-gnome-secret"
3
3
version = " 0.2.0"
4
4
edition.workspace = true
5
- license = " MIT OR Apache-2.0 "
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 2
2
name = " cargo-credential-macos-keychain"
3
3
version = " 0.2.0"
4
4
edition.workspace = true
5
- license = " MIT OR Apache-2.0 "
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 2
2
name = " cargo-credential-wincred"
3
3
version = " 0.2.0"
4
4
edition.workspace = true
5
- license = " MIT OR Apache-2.0 "
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 2
2
name = " cargo-credential"
3
3
version = " 0.2.0"
4
4
edition.workspace = true
5
- license = " MIT OR Apache-2.0 "
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