summaryrefslogtreecommitdiffstats
path: root/src/tools/cargo/credential/cargo-credential-1password/Cargo.toml
blob: 3024bd497ad2f1a093e02cbbc07a04a5dfbea877 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "cargo-credential-1password"
version = "0.4.2"
edition.workspace = true
license.workspace = true
rust-version = "1.70.0"  # MSRV:3
repository = "https://github.com/rust-lang/cargo"
description = "A Cargo credential process that stores tokens in a 1password vault."

[dependencies]
cargo-credential.workspace = true
serde = { workspace = true, features = ["derive"] }
serde_json.workspace = true

[lints]
workspace = true