chore: migrate to ctap-hid-fido2

This commit is contained in:
2022-03-26 13:28:29 +01:00
parent eb8d65eb4f
commit d5b043840f
7 changed files with 200 additions and 199 deletions

View File

@@ -1,7 +1,6 @@
#![allow(warnings)]
#[macro_use]
extern crate failure;
extern crate ctap_hmac as ctap;
#[path = "src/cli_args/mod.rs"]
mod cli_args;