From 764d049d3c65be6ce11c2425485773c88d1dc7b9 Mon Sep 17 00:00:00 2001 From: Lennart <18233294+lennart-k@users.noreply.github.com> Date: Mon, 9 Jun 2025 16:01:19 +0200 Subject: [PATCH] Format Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a51557d..68f3efe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -103,7 +103,7 @@ rustical_carddav = { path = "./crates/carddav/" } rustical_frontend = { path = "./crates/frontend/" } rustical_xml = { path = "./crates/xml/" } rustical_oidc = { path = "./crates/oidc/" } -rustical_ical = { path = "./crates/ical/"} +rustical_ical = { path = "./crates/ical/" } chrono-tz = "0.10" chrono-humanize = "0.2" rand = "0.9"