Weihang Lo ad2c45bde9
refactor: clean up package metadata
Like PR 12352 but for homepage and repository

Versions for

* `cargo-credential-1password`
* `cargo-util-schemas`
* `home`

are bumped along with the change.
2023-12-18 16:09:03 -05:00

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