mirror of
https://github.com/trussed-dev/piv-authenticator.git
synced 2026-06-20 04:16:15 -07:00
Fix tests
This commit is contained in:
committed by
sosthene-nitrokey
parent
8b3f78b2f8
commit
009ce99320
+2
-1
@@ -11,7 +11,8 @@ pub mod dispatch {
|
||||
service::ServiceResources,
|
||||
types::{Bytes, Context, Location},
|
||||
};
|
||||
use trussed_auth::{AuthBackend, AuthContext, AuthExtension, FilesystemLayout, MAX_HW_KEY_LEN};
|
||||
use trussed_auth::AuthExtension;
|
||||
use trussed_auth_backend::{AuthBackend, AuthContext, FilesystemLayout, MAX_HW_KEY_LEN};
|
||||
use trussed_chunked::ChunkedExtension;
|
||||
use trussed_hpke::HpkeExtension;
|
||||
#[cfg(feature = "rsa")]
|
||||
|
||||
Reference in New Issue
Block a user