Fetch release date
This commit is contained in:
parent
df96c91b4b
commit
4a20c539f6
3 changed files with 51 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue