mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-18 21:52:30 -04:00
sdk: Re-export matrix_sdk_base::crypto
This commit is contained in:
committed by
Jonas Platte
parent
910022bca6
commit
91d97cd588
@@ -18,6 +18,8 @@
|
||||
|
||||
pub use async_trait::async_trait;
|
||||
pub use bytes;
|
||||
#[cfg(feature = "e2e-encryption")]
|
||||
pub use matrix_sdk_base::crypto;
|
||||
pub use matrix_sdk_base::{
|
||||
deserialized_responses, DisplayName, Room as BaseRoom, RoomInfo, RoomMember as BaseRoomMember,
|
||||
RoomMemberships, RoomState, Session, StateChanges, StoreError,
|
||||
|
||||
Reference in New Issue
Block a user