social-media-news-bot/Cargo.toml

15 lines
254 B
TOML
Raw Normal View History

2024-12-17 14:28:57 +00:00
[package]
name = "bluesky-bot"
version = "0.1.0"
edition = "2021"
[dependencies]
env_logger = "0.11.5"
2024-12-20 21:12:24 +00:00
tokio = { version = "1", features = ["full"] }
anyhow = "1.0"
reqwest = "0.12.9"
scraper = "0.22.0"
2024-12-21 14:24:31 +00:00
clokwerk = "0.4.0"
log = "0.4.22"
ctrlc = "3.4.5"