mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 02:22:21 +00:00
split store and store_sqlite implementatio into multiple crates
This commit is contained in:
@@ -14,8 +14,8 @@ use opentelemetry_sdk::{runtime, Resource};
|
||||
use opentelemetry_semantic_conventions::resource::{SERVICE_NAME, SERVICE_VERSION};
|
||||
use opentelemetry_semantic_conventions::SCHEMA_URL;
|
||||
use rustical_store::auth::StaticUserStore;
|
||||
use rustical_store::sqlite_store::{create_db_pool, SqliteStore};
|
||||
use rustical_store::{AddressbookStore, CalendarStore};
|
||||
use rustical_store_sqlite::{create_db_pool, SqliteStore};
|
||||
use std::fs;
|
||||
use std::sync::Arc;
|
||||
use std::time::Duration;
|
||||
|
||||
Reference in New Issue
Block a user