mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-25 11:14:46 +00:00

Like PR 12352 but for homepage and repository Versions for * `cargo-credential-1password` * `cargo-util-schemas` * `home` are bumped along with the change.
18 lines
410 B
TOML
18 lines
410 B
TOML
[package]
|
|
name = "cargo-credential-libsecret"
|
|
version = "0.4.2"
|
|
rust-version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
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
|