feat: init commit

This commit is contained in:
2021-08-02 00:18:44 +08:00
parent e345083e85
commit 10350820f9
4 changed files with 1357 additions and 3 deletions

13
Cargo.toml Normal file
View File

@@ -0,0 +1,13 @@
[package]
name = "fido2-cli"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = "2.33"
rust_util = { version = "0.6", features = ["use_clap"] }
ctap-hid-fido2 = "2.1.3"
ctap_hmac = "0.4.5"