From 235064a0aef79f003ef15221cc2dc29739e96f13 Mon Sep 17 00:00:00 2001 From: Bauke Date: Sat, 7 Jan 2023 13:37:00 +0100 Subject: [PATCH] Add comrak dependency. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 03ba7d7..99a2ad6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,6 +16,7 @@ path = "source/main.rs" [dependencies] askama = "0.11.1" color-eyre = "0.6.2" +comrak = "0.15.0" rsass = "0.23.4" toml-frontmatter = "0.1.0"