diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 5234c88605..8e6e8f25b4 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -11342,6 +11342,30 @@ (define-public rust-cargo-credential-0.3 "This package provides a library to assist writing Cargo credential helpers.") (license (list license:expat license:asl2.0)))) +(define-public rust-cargo-credential-libsecret-0.3 + (package + (name "rust-cargo-credential-libsecret") + (version "0.3.1") + (source + (origin + (method url-fetch) + (uri (crate-uri "cargo-credential-libsecret" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "1r1fahmdf1ihp7mfql443mwsa1byiyksfcm5pdh90rjynir97fzv")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs + (("rust-anyhow" ,rust-anyhow-1) + ("rust-cargo-credential" ,rust-cargo-credential-0.3) + ("rust-libloading" ,rust-libloading-0.8)))) + (home-page "https://github.com/rust-lang/cargo") + (synopsis "Cargo credential process that stores tokens with GNOME libsecret") + (description + "This package provides a Cargo credential process that stores tokens with +GNOME libsecret.") + (license (list license:expat license:asl2.0)))) + (define-public rust-cargo-metadata-0.15 (package (name "rust-cargo-metadata")