mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-25 11:14:46 +00:00

This is a short-term option until we can have a better solution for
globbing. This does not update `benches/` to support which has a README
in there preventing globbing; this seems low-churn enough not to find a
solution for it.
On the next sync-up with rust-lang/rust, we'll need to update 4e46301258/src/bootstrap/tool.rs (L588-L603)
Fixes #11988
12 lines
365 B
TOML
12 lines
365 B
TOML
[package]
|
|
name = "cargo-credential-macos-keychain"
|
|
version = "0.2.0"
|
|
edition = "2021"
|
|
license = "MIT OR Apache-2.0"
|
|
repository = "https://github.com/rust-lang/cargo"
|
|
description = "A Cargo credential process that stores tokens in a macOS keychain."
|
|
|
|
[dependencies]
|
|
cargo-credential = { version = "0.2.0", path = "../cargo-credential" }
|
|
security-framework = "2.0.0"
|