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

[dependencies]
anyhow.workspace = true
cargo-credential.workspace = true
libloading.workspace = true