generated from OBJNULL/Dockerized-Rust
Implemented Tokio
This commit is contained in:
parent
31601a2dd6
commit
e8d5a06bc8
1 changed files with 4 additions and 1 deletions
|
@ -4,9 +4,12 @@ version = "0.1.0"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "1.44.1", features = ["full"] }
|
||||
reqwest = "0.12.22"
|
||||
scraper = "0.23.1"
|
||||
chrono = "0.4.41"
|
||||
slint = "1.12.1"
|
||||
regex = "1.11.1"
|
||||
chrono = "0.4.41"
|
||||
|
||||
[build-dependencies]
|
||||
slint-build = "1.12.1"
|
||||
|
|
Loading…
Reference in a new issue