mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 02:22:21 +00:00
Preparation of a carddav crate
This commit is contained in:
24
Cargo.lock
generated
24
Cargo.lock
generated
@@ -1718,6 +1718,7 @@ dependencies = [
|
||||
"env_logger",
|
||||
"rustical_auth",
|
||||
"rustical_caldav",
|
||||
"rustical_carddav",
|
||||
"rustical_store",
|
||||
"serde",
|
||||
"sqlx",
|
||||
@@ -1761,6 +1762,29 @@ dependencies = [
|
||||
"tokio",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "rustical_carddav"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"actix-web",
|
||||
"actix-web-httpauth",
|
||||
"anyhow",
|
||||
"async-trait",
|
||||
"base64 0.22.1",
|
||||
"derive_more",
|
||||
"futures-util",
|
||||
"quick-xml",
|
||||
"roxmltree",
|
||||
"rustical_auth",
|
||||
"rustical_dav",
|
||||
"rustical_store",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"strum",
|
||||
"thiserror",
|
||||
"tokio",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "rustical_dav"
|
||||
version = "0.1.0"
|
||||
|
||||
Reference in New Issue
Block a user