1
0
mirror of https://gitlab.com/Anson-Projects/zine.git synced 2025-08-13 17:11:24 +00:00
Files
output
src
tests
.gitignore
.gitlab-ci.yml
Cargo.lock
Cargo.toml
feeds.txt
zine/Cargo.toml

14 lines
303 B
TOML

[package]
name = "zine"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
feed-rs = "1.4.0"
reqwest = { version = "0.11.24", features = ["blocking"] }
maud = "0.26.0"
chrono = "0.4.33"
scraper = "0.18.1"