summaryrefslogtreecommitdiffstats
path: root/src/tools/cargo/crates/credential/cargo-credential-wincred/Cargo.toml
blob: 83c38e80dbbbce0901af7789d6964e6d3b982e52 (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "cargo-credential-wincred"
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 with Windows Credential Manager."

[dependencies]
cargo-credential = { version = "0.2.0", path = "../cargo-credential" }
windows-sys = { version = "0.45", features = ["Win32_Foundation", "Win32_Security_Credentials"] }