summaryrefslogtreecommitdiffstats
path: root/crates/credential/cargo-credential/Cargo.toml
blob: 2addaf5afada3a9eeaaf74e46f74d0f7d5d62585 (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "cargo-credential"
version = "0.2.0"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/cargo"
description = "A library to assist writing Cargo credential helpers."

[dependencies]