mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-25 11:14:46 +00:00
19 lines
450 B
TOML
19 lines
450 B
TOML
[package]
|
|
name = "cargo-credential-macos-keychain"
|
|
version = "0.4.4"
|
|
rust-version = "1.77" # MSRV:1
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
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
|
|
|
|
[lints]
|
|
workspace = true
|