mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 16:32:29 +00:00
Move ical-related stuff to rustical_ical crate
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
use crate::{
|
||||
Error,
|
||||
addressbook::{AddressObject, Addressbook},
|
||||
};
|
||||
use crate::{Error, addressbook::Addressbook};
|
||||
use async_trait::async_trait;
|
||||
use rustical_ical::AddressObject;
|
||||
|
||||
#[async_trait]
|
||||
pub trait AddressbookStore: Send + Sync + 'static {
|
||||
|
||||
Reference in New Issue
Block a user