move taskchampion::server::remote::crypto to taskchampion::server::crypto
This commit is contained in:
@@ -12,6 +12,7 @@ However, users who wish to implement their own server interfaces can implement t
|
||||
pub(crate) mod test;
|
||||
|
||||
mod config;
|
||||
mod crypto;
|
||||
mod local;
|
||||
mod remote;
|
||||
mod types;
|
||||
|
||||
@@ -5,8 +5,7 @@ use crate::server::{
|
||||
use std::time::Duration;
|
||||
use uuid::Uuid;
|
||||
|
||||
mod crypto;
|
||||
use crypto::{Cryptor, Sealed, Secret, Unsealed};
|
||||
use super::crypto::{Cryptor, Sealed, Secret, Unsealed};
|
||||
|
||||
pub struct RemoteServer {
|
||||
origin: String,
|
||||
|
||||
Reference in New Issue
Block a user