chore: update Cargo.toml

This commit is contained in:
2022-03-27 12:06:14 +08:00
parent f996dc7570
commit 96cf6bf36e
2 changed files with 2 additions and 4 deletions

2
Cargo.lock generated
View File

@@ -2221,7 +2221,7 @@ dependencies = [
[[package]]
name = "webauthn-cli"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"authenticator",
"base64 0.13.0",

View File

@@ -1,11 +1,9 @@
[package]
name = "webauthn-cli"
version = "0.1.0"
version = "0.1.1"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
authenticator = "0.3"
clap = "2.33"