Switched to tokio and added webserver

This commit is contained in:
2025-04-16 16:28:45 +02:00
parent 9a26dad304
commit eb39b09632
5 changed files with 1521 additions and 19 deletions

View File

@@ -6,3 +6,5 @@ edition = "2024"
[dependencies]
chrono = { version = "0.4.40", features = ["serde"] }
regex = "1.11.1"
rocket = "0.5.1"
tokio = { version = "1.44.2", features = ["full"] }