chore: update Cargo.toml
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -2221,7 +2221,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "webauthn-cli"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
dependencies = [
|
||||
"authenticator",
|
||||
"base64 0.13.0",
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user