initial commit after removing private test data

This commit is contained in:
_ 2025-08-11 06:13:38 +00:00
commit 294d95e80b
7 changed files with 14557 additions and 0 deletions

12
Cargo.toml Normal file
View file

@ -0,0 +1,12 @@
[package]
name = "wide-angle-calendar"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0.98"
chrono = "0.4.41"
chrono-tz = "0.10.4"
clap = { version = "4.5.43", features = ["derive"] }
icalendar = { version = "0.17.1", features = ["chrono-tz", "parser", "serde"] }
rrule = "0.14.0"