Store the title in BlogPostPage.

This commit is contained in:
Tom Alexander
2023-10-23 18:39:54 -04:00
parent e543a5db74
commit dc233d26b1
3 changed files with 18 additions and 5 deletions

View File

@@ -9,7 +9,9 @@ edition = "2021"
clap = { version = "4.4.6", default-features = false, features = ["std", "color", "help", "derive"] }
duster = { git = "https://code.fizz.buzz/talexander/duster.git", branch = "master" }
include_dir = "0.7.3"
organic = "0.1.12"
# TODO: This is temporary to work on the latest organic code. Eventually switch back to using the published crate.
organic = { path = "../organic" }
# organic = "0.1.12"
serde = { version = "1.0.189", default-features = false, features = ["std", "derive"] }
serde_json = "1.0.107"
tokio = { version = "1.30.0", default-features = false, features = ["rt", "rt-multi-thread", "fs", "io-util"] }