feat: use name card-cli

This commit is contained in:
2022-03-29 00:32:26 +08:00
parent 25edf965e1
commit 0f002c16e9
3 changed files with 32 additions and 32 deletions

58
Cargo.lock generated
View File

@@ -290,6 +290,35 @@ dependencies = [
"pkg-config",
]
[[package]]
name = "card-cli"
version = "0.1.4"
dependencies = [
"authenticator",
"base64 0.13.0",
"chrono",
"clap",
"digest",
"hex",
"openpgp-card",
"openssl",
"pem",
"rand 0.8.5",
"ring",
"rust_util",
"sequoia-openpgp",
"serde",
"serde_json",
"sha1",
"sha2",
"simpledateformat",
"u2f",
"x509",
"x509-parser 0.9.2",
"yubico_manager",
"yubikey",
]
[[package]]
name = "cc"
version = "1.0.73"
@@ -2219,35 +2248,6 @@ dependencies = [
"wasm-bindgen",
]
[[package]]
name = "webauthn-cli"
version = "0.1.4"
dependencies = [
"authenticator",
"base64 0.13.0",
"chrono",
"clap",
"digest",
"hex",
"openpgp-card",
"openssl",
"pem",
"rand 0.8.5",
"ring",
"rust_util",
"sequoia-openpgp",
"serde",
"serde_json",
"sha1",
"sha2",
"simpledateformat",
"u2f",
"x509",
"x509-parser 0.9.2",
"yubico_manager",
"yubikey",
]
[[package]]
name = "winapi"
version = "0.3.9"

View File

@@ -1,5 +1,5 @@
[package]
name = "webauthn-cli"
name = "card-cli"
version = "0.1.4"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"

View File

@@ -1,10 +1,10 @@
# webauthn-cli
# card-cli
> A cli using https://github.com/mozilla/authenticator-rs
Install:
```
cargo install --git https://git.hatter.ink/hatter/webauthn-cli.git
cargo install --git https://git.hatter.ink/hatter/card-cli.git
```
TODO: