masto-rss/Cargo.toml

15 lines
357 B
TOML
Raw Normal View History

2022-11-17 20:57:35 +00:00
[package]
name = "masto-rss"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
reqwest = { version = "0.11.12", features = ["blocking"] }
rss = "2.0.1"
chrono = "0.4.23"
2022-11-18 21:07:47 +00:00
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.40"
toml = "0.4.2"