Add db support to store articles
This commit is contained in:
parent
06dafb24fc
commit
9c45142083
6 changed files with 75 additions and 23 deletions
6
Cargo.toml
Normal file → Executable file
6
Cargo.toml
Normal file → Executable file
|
|
@ -4,12 +4,12 @@ version = "0.1.0"
|
|||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "1.46.0", default-features = false, features = [
|
||||
"rt-multi-thread",
|
||||
] }
|
||||
tokio = { version = "1.46.0", features = ["full"] }
|
||||
futures = "0.3.31"
|
||||
reqwest = "0.12.22"
|
||||
scraper = "0.23.1"
|
||||
regex = "1.11.1"
|
||||
chrono = "0.4.41"
|
||||
rss = "2.0.12"
|
||||
mini-redis = "0.4.1"
|
||||
tokio-postgres = "0.7.13"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue