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

[lints]
workspace = true