1
0
mirror of https://gitlab.com/Anson-Projects/zine.git synced 2025-07-23 23:01:23 +00:00

Add Navigation and Embrace pico.css

This commit is contained in:
2024-02-16 06:16:09 +00:00
parent a6f828e8ea
commit ef11297c25
7 changed files with 383 additions and 182 deletions

View File

@@ -1,7 +1,11 @@
[package]
name = "zine"
version = "0.1.0"
name = "Ansons-Zine"
description = "Aggregate feed of RSS feeds I enjoy in the form of a newspaper."
version = "0.2.0"
edition = "2021"
authors = ["Anson Biggs"]
homepage = "https://zine.ansonbiggs.com"
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -11,3 +15,4 @@ reqwest = { version = "0.11.24", features = ["blocking"] }
maud = "0.26.0"
chrono = "0.4.33"
scraper = "0.18.1"
rayon = "1.8.1"