summaryrefslogtreecommitdiffstats
path: root/src/tools/cargo/credential/cargo-credential-wincred/Cargo.toml
blob: 1ecb2a7be5d00b2264708335d854f693b14f7106 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "cargo-credential-wincred"
version = "0.4.2"
edition.workspace = true
license.workspace = true
rust-version.workspace = true
repository = "https://github.com/rust-lang/cargo"
description = "A Cargo credential process that stores tokens with Windows Credential Manager."

[dependencies]
cargo-credential.workspace = true

[target.'cfg(windows)'.dependencies.windows-sys]
features = ["Win32_Foundation", "Win32_Security_Credentials"]
workspace = true

[lints]
workspace = true