mirror of
https://github.com/YGGverse/pulsarss.git
synced 2026-03-31 17:15:29 +00:00
initial commit
This commit is contained in:
parent
6f41fdc38d
commit
4280f9cb96
6 changed files with 167 additions and 0 deletions
16
Cargo.toml
Normal file
16
Cargo.toml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[package]
|
||||
name = "pulsarss"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
readme = "README.md"
|
||||
description = "RSS Aggregator for Gemini Protocol "
|
||||
keywords = ["gemini", "gemini-protocol", "gemtext", "rss", "aggregator"]
|
||||
categories = ["network-programming", "parsing"]
|
||||
repository = "https://github.com/YGGverse/pulsarss"
|
||||
|
||||
[dependencies]
|
||||
chrono = "0.4.39"
|
||||
clap = { version = "4.5.28", features = ["derive"] }
|
||||
reqwest = { version = "0.12.12", features = ["blocking"] }
|
||||
rss = "2.0.11"
|
||||
Loading…
Add table
Add a link
Reference in a new issue