summaryrefslogtreecommitdiffstats
path: root/src/tools/cargo/credential/cargo-credential-gnome-secret/Cargo.toml
blob: 63b3e95ccae51eb893b903a01c8c46f6cc4d6b4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "cargo-credential-gnome-secret"
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 GNOME libsecret."

[dependencies]
cargo-credential.workspace = true

[build-dependencies]
pkg-config.workspace = true