mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-03-27 06:33:08 +00:00
refactor: remove put crate for identity types
This commit is contained in:
parent
096f355915
commit
fb5666065b
@ -1,7 +1,7 @@
|
|||||||
//! Chat-specific storage implementation.
|
//! Chat-specific storage implementation.
|
||||||
|
|
||||||
mod migrations;
|
mod migrations;
|
||||||
pub(crate) mod types;
|
mod types;
|
||||||
|
|
||||||
use storage::{RusqliteError, SqliteDb, StorageConfig, StorageError, params};
|
use storage::{RusqliteError, SqliteDb, StorageConfig, StorageError, params};
|
||||||
use zeroize::Zeroize;
|
use zeroize::Zeroize;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user