[package] name = "cargo-credential-gnome-secret" version = "0.2.0" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/rust-lang/cargo" description = "A Cargo credential process that stores tokens with GNOME libsecret." [dependencies] cargo-credential = { version = "0.2.0", path = "../cargo-credential" } [build-dependencies] pkg-config = "0.3.19"