feat: init commit
This commit is contained in:
13
Cargo.toml
Normal file
13
Cargo.toml
Normal 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"
|
||||
|
||||
Reference in New Issue
Block a user