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

@@ -12,7 +12,7 @@ use rustical_dav::{
},
};
use rustical_store::{
addressbook::{format_synctoken, parse_synctoken},
synctoken::{format_synctoken, parse_synctoken},
AddressbookStore,
};
use serde::Deserialize;