Fetch release date

This commit is contained in:
dolphinau 2025-07-02 16:25:57 +02:00
parent df96c91b4b
commit 4a20c539f6
No known key found for this signature in database
3 changed files with 51 additions and 2 deletions

View file

@ -4,3 +4,11 @@ version = "0.1.0"
edition = "2024"
[dependencies]
tokio = { version = "1.46.0", default-features = false, features = [
"rt-multi-thread",
] }
futures = "0.3.31"
reqwest = "0.12.22"
scraper = "0.23.1"
regex = "1.11.1"
chrono = "0.4.41"