mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 14:42:30 +00:00
dav: Make reusable for other projects
This commit is contained in:
@@ -88,6 +88,7 @@ sqlx-sqlite = { version = "0.8", features = ["bundled"] }
|
||||
ical = { version = "0.11", features = ["generator", "serde"] }
|
||||
toml = "0.8"
|
||||
rustical_dav = { path = "./crates/dav/" }
|
||||
rustical_dav_push = { path = "./crates/dav_push/" }
|
||||
rustical_store = { path = "./crates/store/" }
|
||||
rustical_store_sqlite = { path = "./crates/store_sqlite/" }
|
||||
rustical_caldav = { path = "./crates/caldav/" }
|
||||
@@ -155,4 +156,5 @@ pbkdf2.workspace = true
|
||||
password-hash.workspace = true
|
||||
reqwest.workspace = true
|
||||
rustical_dav.workspace = true
|
||||
rustical_dav_push.workspace = true
|
||||
quick-xml.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user