git-credential-1password-cli 0.2.0

A Git credential helper that integrates with 1Password CLI
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "git-credential-1password-cli"
version = "0.2.0"
edition = "2024"
authors = ["Kevin Deng"]
description = "A Git credential helper that integrates with 1Password CLI"
license = "MIT"
repository = "https://github.com/sxzz/git-credential-1password-cli"
homepage = "https://github.com/sxzz/git-credential-1password-cli#readme"

[dependencies]
clap = { version = "4.0", features = ["derive"] }