put synctoken into common module

This commit is contained in:
Lennart
2024-10-28 17:47:00 +01:00
parent db01df5cb8
commit d9b9b0825c
6 changed files with 18 additions and 31 deletions

View File

@@ -8,7 +8,7 @@ use rustical_dav::{
},
};
use rustical_store::{
calendar::{format_synctoken, parse_synctoken},
synctoken::{format_synctoken, parse_synctoken},
CalendarStore,
};
use serde::Deserialize;