blob: 1bd4bb7d063a63c9be8ce7f3d7b8148f0bf3863c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[package]
name = "cargo-credential-libsecret"
version = "0.3.1"
edition.workspace = true
license.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
|