feat: init commit

This commit is contained in:
2021-06-26 14:23:53 +08:00
parent 640805fb65
commit 53371c5a18
4 changed files with 232 additions and 3 deletions

11
Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "webauthn-cli"
version = "0.1.0"
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.1"