[#1] Blog metadata can be stored using serde.

Created the initial blog data, posts and authors, and allows it to
be stored using serde.
This commit is contained in:
2025-08-22 10:46:38 -04:00
parent 35772ba1c6
commit 9dd87d0e42
10 changed files with 339 additions and 22 deletions

View File

@ -11,3 +11,5 @@ license = "Apache-2.0"
[dependencies]
serde = { version = "1.0.219", features = ["derive"] }
toml = "0.9.5"