From 9581974eda439001e200371ea58df4bdd178eebe Mon Sep 17 00:00:00 2001 From: Bauke Date: Sat, 7 Jan 2023 13:09:16 +0100 Subject: [PATCH] Replace serde_json with toml-frontmatter. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ce5786a..03ba7d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ path = "source/main.rs" askama = "0.11.1" color-eyre = "0.6.2" rsass = "0.23.4" -serde_json = "1.0.91" +toml-frontmatter = "0.1.0" [dependencies.serde] features = ["derive"]