mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-15 06:52:23 +00:00
store: Refactoring to split calendar and addressbook
This commit is contained in:
@@ -6,8 +6,7 @@ use actix_web::web::{Data, Path};
|
||||
use actix_web::HttpRequest;
|
||||
use actix_web::HttpResponse;
|
||||
use rustical_store::auth::User;
|
||||
use rustical_store::model::AddressObject;
|
||||
use rustical_store::AddressbookStore;
|
||||
use rustical_store::{AddressObject, AddressbookStore};
|
||||
use tracing::instrument;
|
||||
use tracing_actix_web::RootSpan;
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ use actix_web::{dev::ResourceMap, web::Data, HttpRequest};
|
||||
use async_trait::async_trait;
|
||||
use derive_more::derive::{From, Into};
|
||||
use rustical_dav::resource::{InvalidProperty, Resource, ResourceService};
|
||||
use rustical_store::{model::AddressObject, AddressbookStore};
|
||||
use rustical_store::{AddressObject, AddressbookStore};
|
||||
use serde::{Deserialize, Serialize};
|
||||
use std::sync::Arc;
|
||||
use strum::{EnumString, VariantNames};
|
||||
|
||||
Reference in New Issue
Block a user