All day event

This commit is contained in:
2025-09-20 13:06:21 +02:00
parent 8ae429ac54
commit a69b8a9c55
3 changed files with 30 additions and 29 deletions

24
Cargo.lock generated
View File

@ -125,18 +125,6 @@ version = "1.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
[[package]]
name = "caldendar-api"
version = "0.1.0"
dependencies = [
"axum",
"chrono",
"icalendar",
"serde",
"serde_json",
"tokio",
]
[[package]]
name = "cc"
version = "1.2.37"
@ -537,6 +525,18 @@ version = "5.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
[[package]]
name = "recurring-event-api"
version = "0.1.0"
dependencies = [
"axum",
"chrono",
"icalendar",
"serde",
"serde_json",
"tokio",
]
[[package]]
name = "rustc-demangle"
version = "0.1.26"