mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 02:22:21 +00:00
Rename dav crate to caldav to prepare splitting dav functionality into dav crate
This commit is contained in:
@@ -1,25 +0,0 @@
|
||||
[package]
|
||||
name = "rustical_dav"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
actix-web = "4.4.0"
|
||||
actix-web-httpauth = "0.8.0"
|
||||
anyhow = { version = "1.0.75", features = ["backtrace"] }
|
||||
base64 = "0.21.3"
|
||||
derive_more = "0.99.17"
|
||||
futures-util = "0.3.28"
|
||||
quick-xml = { version = "0.30.0", features = [
|
||||
"serde",
|
||||
"serde-types",
|
||||
"serialize",
|
||||
] }
|
||||
roxmltree = "0.18.0"
|
||||
rustical_store = { path = "../store/" }
|
||||
rustical_auth = { path = "../auth/" }
|
||||
serde = { version = "1.0.188", features = ["serde_derive", "derive"] }
|
||||
serde_json = "1.0.105"
|
||||
tokio = { version = "1.32.0", features = ["sync", "full"] }
|
||||
async-trait = "0.1.73"
|
||||
thiserror = "1.0.48"
|
||||
Reference in New Issue
Block a user