initial version

This commit is contained in:
2025-09-09 23:12:37 +02:00
commit 52fe566d2e
5 changed files with 1720 additions and 0 deletions

10
Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "html_to_ics"
version = "0.1.0"
edition = "2021"
[dependencies]
regex = "1.10"
chrono = { version = "0.4", features = ["serde"] }
uuid = { version = "1.6", features = ["v4"] }
reqwest = { version = "0.11", features = ["blocking"] }