afvalcalendar: Host enschede afvalcalendar

This commit is contained in:
Tristan Daniël Maat 2024-04-15 02:58:09 +02:00
parent 0d43b5177d
commit 8f178f776e
Signed by: tlater
GPG key ID: 49670FD774E43268
10 changed files with 1651 additions and 0 deletions
pkgs/afvalcalendar

View file

@ -0,0 +1,16 @@
[package]
name = "afvalcalendar"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
icalendar = "0.16.0"
serde = { version = "1.0.195", features = ["derive"] }
tokio = { version = "1.35.1", features = ["macros", "rt-multi-thread"] }
reqwest = { version = "0.11", features = ["cookies", "json"] }
chrono = { version = "0.4.34", features = ["serde"] }
serde_json = "1.0.114"
serde_repr = "0.1.18"
hostname = "0.3.1"