mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 15:12:23 +00:00
Move Resource and xml_snippets to dav crate
This commit is contained in:
@@ -8,11 +8,8 @@ use rustical_auth::AuthInfo;
|
||||
use rustical_store::calendar::{Calendar, CalendarStore};
|
||||
use tokio::sync::RwLock;
|
||||
|
||||
use crate::{
|
||||
proptypes::{write_href_prop, write_string_prop},
|
||||
resource::Resource,
|
||||
xml_snippets::write_resourcetype,
|
||||
};
|
||||
use crate::proptypes::{write_href_prop, write_string_prop};
|
||||
use rustical_dav::{resource::Resource, xml_snippets::write_resourcetype};
|
||||
|
||||
pub struct CalendarResource<C: CalendarStore> {
|
||||
pub cal_store: Arc<RwLock<C>>,
|
||||
|
||||
Reference in New Issue
Block a user