feat(blogs): Started on blogs page and reading blogs

This commit is contained in:
2025-05-15 17:47:00 -06:00
parent ff6b56d8c6
commit 0ec9ee66f2
7 changed files with 95 additions and 20 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "personal_site"
version = "1.5.0"
version = "1.6.0"
authors = ["darkicewolf50 <brock.tomlinson@ucalgary.ca>"]
edition = "2021"
@ -9,6 +9,7 @@ edition = "2021"
dioxus = { version = "0.6.0", features = ["router"] }
reqwest = { version = "0.12.15", features = ["json"] }
serde_json = "1"
serde = { version = "1.0", features = ["derive"] }
[features]
default = ["web"]