initial commit after removing private test data
This commit is contained in:
commit
294d95e80b
7 changed files with 14557 additions and 0 deletions
12
Cargo.toml
Normal file
12
Cargo.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue