summaryrefslogtreecommitdiffstats
path: root/src/tools/cargo/credential/cargo-credential-macos-keychain/Cargo.toml
blob: 172e9c10b6a4a81129c62dacdfa3e5276bde3bb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "cargo-credential-macos-keychain"
version = "0.3.1"
edition.workspace = true
license.workspace = true
repository = "https://github.com/rust-lang/cargo"
description = "A Cargo credential process that stores tokens in a macOS keychain."

[dependencies]
cargo-credential.workspace = true

[target.'cfg(target_os = "macos")'.dependencies]
security-framework.workspace = true