use unambiguous crate uses

This commit is contained in:
2021-02-13 19:03:01 +01:00
parent d927dabd93
commit 9a586ce704
10 changed files with 59 additions and 59 deletions

View File

@@ -1,8 +1,8 @@
use anyhow::Result;
use crdt_enc_gpgme::KeyHandler;
use crdt_enc_sodium::EncHandler;
use crdt_enc_tokio::Storage;
use uuid::Uuid;
use ::anyhow::Result;
use ::crdt_enc_gpgme::KeyHandler;
use ::crdt_enc_sodium::EncHandler;
use ::crdt_enc_tokio::Storage;
use ::uuid::Uuid;
const CURRENT_DATA_VERSION: Uuid = Uuid::from_u128(0xaadfd5a6_6e19_4b24_a802_4fa27c72f20c);