mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-28 06:09:13 +00:00
sqlite_store: Add some more basic tests
This commit is contained in:
@@ -2,7 +2,7 @@ use crate::synctoken::format_synctoken;
|
||||
use chrono::NaiveDateTime;
|
||||
use serde::Serialize;
|
||||
|
||||
#[derive(Debug, Clone, Serialize)]
|
||||
#[derive(Debug, Clone, Serialize, PartialEq, Eq)]
|
||||
pub struct Addressbook {
|
||||
pub id: String,
|
||||
pub principal: String,
|
||||
|
||||
Reference in New Issue
Block a user