chore(authenticator): Inline u2f crate (#780)

* chore(authenticator): Inline u2f crate

* update chrono

* update rustix

* clippy
This commit is contained in:
Fabian-Lars
2023-11-29 12:56:26 +01:00
committed by GitHub
parent 3f7c4ddc96
commit a67f7cb7c8
15 changed files with 725 additions and 69 deletions
+1
View File
@@ -5,6 +5,7 @@
mod auth;
mod error;
mod u2f;
mod u2f_crate;
use tauri::{
plugin::{Builder as PluginBuilder, TauriPlugin},