mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
12 lines
424 B
TOML
12 lines
424 B
TOML
[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" }
|
|
winapi = { version = "0.3.9", features = ["wincred", "winerror", "impl-default"] }
|