mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 17:12:22 +00:00
Move Resource and xml_snippets to dav crate
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
use crate::depth_extractor::Depth;
|
||||
use crate::resource::{HandlePropfind, Resource};
|
||||
use crate::xml_snippets::generate_multistatus;
|
||||
use crate::CalDavContext;
|
||||
use actix_web::http::header::ContentType;
|
||||
use actix_web::http::StatusCode;
|
||||
@@ -10,6 +8,8 @@ use anyhow::Result;
|
||||
use quick_xml::events::BytesText;
|
||||
use rustical_auth::{AuthInfoExtractor, CheckAuthentication};
|
||||
use rustical_dav::namespace::Namespace;
|
||||
use rustical_dav::resource::{HandlePropfind, Resource};
|
||||
use rustical_dav::xml_snippets::generate_multistatus;
|
||||
use rustical_store::calendar::CalendarStore;
|
||||
use thiserror::Error;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user