social-media-news-bot/Cargo.toml

12 lines
204 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"