diff --git a/Cargo.lock b/Cargo.lock index ed2327e..2123957 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" diff --git a/Cargo.toml b/Cargo.toml index 3d51c70..06c16b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "webauthn-cli" +name = "card-cli" version = "0.1.4" authors = ["Hatter Jiang "] edition = "2018" diff --git a/README.md b/README.md index 4aaef83..a94a5c0 100644 --- a/README.md +++ b/README.md @@ -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: