summaryrefslogtreecommitdiffstats
path: root/crates/credential/cargo-credential-gnome-secret/Cargo.toml
blob: 12e25cfb646feb0c2146e5d152b9494dc4db51f9 (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 = { version = "0.2.0", path = "../cargo-credential" }

[build-dependencies]
pkg-config = "0.3.19"