1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-11-20 12:02:22 +03:00

Remove unnecessary dependencies

This commit is contained in:
Quentin Gliech
2022-08-29 18:40:50 +02:00
parent 2c400d4cc1
commit 768c48234a
4 changed files with 4 additions and 44 deletions

View File

@@ -26,8 +26,6 @@ mod keystore;
pub mod signer;
pub mod verifier;
pub use futures_util::future::Either;
pub use self::{
jwt::{DecodedJsonWebToken, JsonWebSignatureHeader, JsonWebTokenParts, Jwt, JwtSignatureError},
keystore::{SigningKeystore, StaticKeystore, VerifyingKeystore},