mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 20:32:48 +00:00
Move ical-related stuff to rustical_ical crate
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -3114,6 +3114,7 @@ dependencies = [
|
||||
"quick-xml",
|
||||
"rustical_dav",
|
||||
"rustical_dav_push",
|
||||
"rustical_ical",
|
||||
"rustical_store",
|
||||
"rustical_xml",
|
||||
"serde",
|
||||
@@ -3198,6 +3199,7 @@ dependencies = [
|
||||
name = "rustical_ical"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"actix-web",
|
||||
"chrono",
|
||||
"chrono-tz",
|
||||
"derive_more 2.0.1",
|
||||
@@ -3206,6 +3208,8 @@ dependencies = [
|
||||
"regex",
|
||||
"rrule",
|
||||
"rustical_xml",
|
||||
"serde",
|
||||
"sha2",
|
||||
"strum",
|
||||
"strum_macros",
|
||||
"thiserror 2.0.12",
|
||||
|
||||
Reference in New Issue
Block a user