social-media-news-bot/scrapper/Cargo.toml

17 lines
383 B
TOML
Raw Permalink Normal View History

2024-12-23 11:56:10 +00:00
[package]
name = "scrapper"
version = "0.1.0"
edition = "2021"
[dependencies]
env_logger = "0.11.5"
tokio = { version = "1", features = ["full"] }
anyhow = "1.0"
reqwest = "0.12.9"
scraper = "0.22.0"
clokwerk = "0.4.0"
log = "0.4.22"
2024-12-23 12:56:58 +00:00
clap = { version = "4.5.23", features = ["derive"] }
2024-12-26 10:33:37 +00:00
post = {path = "../post"}
2024-12-26 17:34:56 +00:00
infrastructure = { path = "../infrastructure"}
signal-hook = "0.3.17"