Skip to content

Commit

Permalink
chore: set publish=false for built-in credential providers
Browse files Browse the repository at this point in the history
  • Loading branch information
weihanglo committed Sep 13, 2023
1 parent 7541cc7 commit 0abe7c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions credential/cargo-credential-1password/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ edition.workspace = true
license.workspace = true
repository = "https://github.com/rust-lang/cargo"
description = "A Cargo credential process that stores tokens in a 1password vault."
publish = false

[dependencies]
cargo-credential.workspace = true
Expand Down
1 change: 1 addition & 0 deletions credential/cargo-credential-libsecret/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ edition.workspace = true
license.workspace = true
repository = "https://github.com/rust-lang/cargo"
description = "A Cargo credential process that stores tokens with GNOME libsecret."
publish = false

[dependencies]
anyhow.workspace = true
Expand Down
1 change: 1 addition & 0 deletions credential/cargo-credential-wincred/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ edition.workspace = true
license.workspace = true
repository = "https://github.com/rust-lang/cargo"
description = "A Cargo credential process that stores tokens with Windows Credential Manager."
publish = false

[dependencies]
cargo-credential.workspace = true
Expand Down

0 comments on commit 0abe7c9

Please sign in to comment.