summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorradhitya <alif@radhitya.org>2026-06-20 16:38:10 +0700
committerradhitya <alif@radhitya.org>2026-06-20 16:38:10 +0700
commit5b532e914bcad238af03a8916d961827bffc8058 (patch)
tree16cfdec9d1c71f6dc5e6fa45be486d550fd199cd /Cargo.toml
parentd66e802bf10acb9e023f0466e3ee79874eb1a876 (diff)
parse markdown, parse frontmatter
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 435cd41..f015f5f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,3 +9,5 @@ minijinja = "2.21.0"
toml = "1.1.2"
serde = { version = "1.0.228", features = ["derive"] }
serde_derive = "1.0.228"
+chrono = { version = "0.4.45", features = ["serde"] }
+anyhow = "1.0.102"