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;
|
pub(crate) mod test;
|
||||||
|
|
||||||
mod config;
|
mod config;
|
||||||
|
mod crypto;
|
||||||
mod local;
|
mod local;
|
||||||
mod remote;
|
mod remote;
|
||||||
mod types;
|
mod types;
|
||||||
|
|||||||
@@ -5,8 +5,7 @@ use crate::server::{
|
|||||||
use std::time::Duration;
|
use std::time::Duration;
|
||||||
use uuid::Uuid;
|
use uuid::Uuid;
|
||||||
|
|
||||||
mod crypto;
|
use super::crypto::{Cryptor, Sealed, Secret, Unsealed};
|
||||||
use crypto::{Cryptor, Sealed, Secret, Unsealed};
|
|
||||||
|
|
||||||
pub struct RemoteServer {
|
pub struct RemoteServer {
|
||||||
origin: String,
|
origin: String,
|
||||||
|
|||||||
Reference in New Issue
Block a user