Migrate principal store to sqlite

This commit is contained in:
Lennart
2025-04-26 14:13:37 +02:00
parent 1f915b73de
commit 87112f3794
28 changed files with 597 additions and 351 deletions

8
Cargo.lock generated
View File

@@ -3197,8 +3197,6 @@ dependencies = [
"derive_more 2.0.1",
"ical",
"lazy_static",
"password-auth",
"pbkdf2",
"rand 0.8.5",
"regex",
"rstest",
@@ -3210,7 +3208,6 @@ dependencies = [
"sha2",
"thiserror 2.0.12",
"tokio",
"toml",
"tracing",
"uuid",
]
@@ -3222,12 +3219,17 @@ dependencies = [
"async-trait",
"chrono",
"derive_more 2.0.1",
"password-auth",
"password-hash",
"pbkdf2",
"rand 0.8.5",
"rustical_store",
"serde",
"sqlx",
"thiserror 2.0.12",
"tokio",
"tracing",
"uuid",
]
[[package]]