summaryrefslogtreecommitdiffstats
path: root/crates/credential/cargo-credential-macos-keychain/Cargo.toml
blob: c2c22a425aedd942ebc095dab97acb94f1f68c05 (plain)
1
2
3
4
5
6
7
8
9
10
11
[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"