mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 02:22:21 +00:00
fix imports
This commit is contained in:
@@ -3,13 +3,12 @@ use rustical_dav::{
|
|||||||
methods::propfind::{PropElement, PropfindType},
|
methods::propfind::{PropElement, PropfindType},
|
||||||
resource::HandlePropfind,
|
resource::HandlePropfind,
|
||||||
xml::{
|
xml::{
|
||||||
multistatus::{PropstatElement, PropstatWrapper, ResponseElement},
|
multistatus::{PropstatWrapper, ResponseElement},
|
||||||
MultistatusElement,
|
MultistatusElement,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
use rustical_store::{
|
use rustical_store::{
|
||||||
calendar::{format_synctoken, parse_synctoken},
|
calendar::{format_synctoken, parse_synctoken},
|
||||||
event::Event,
|
|
||||||
CalendarStore,
|
CalendarStore,
|
||||||
};
|
};
|
||||||
use serde::Deserialize;
|
use serde::Deserialize;
|
||||||
|
|||||||
Reference in New Issue
Block a user