mirror of
https://github.com/YGGverse/pulsarss.git
synced 2026-03-31 09:05:29 +00:00
19 lines
No EOL
569 B
TOML
19 lines
No EOL
569 B
TOML
[package]
|
|
name = "pulsarss"
|
|
version = "0.2.0"
|
|
edition = "2021"
|
|
license = "MIT"
|
|
readme = "README.md"
|
|
description = "RSS Aggregator for Gemini Protocol "
|
|
keywords = ["gemini", "gemini-protocol", "gemtext", "rss", "crawler"]
|
|
categories = ["command-line-utilities", "parsing", "text-processing", "value-formatting"]
|
|
repository = "https://github.com/YGGverse/pulsarss"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0"
|
|
chrono = "0.4.39"
|
|
clap = { version = "4.5", features = ["derive"] }
|
|
log = "0.4"
|
|
reqwest = { version = "0.12", features = ["blocking"] }
|
|
rss = "2.0"
|
|
tracing-subscriber = "0.3" |