From 0e147a780e74b54afbd56ff7438077d855d5c1c2 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Fri, 10 Jun 2022 22:20:13 +0200 Subject: ref: Move from HTML to MD Keep and write in html is pain, so I'm rendering md as html. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index c91eeda..f01156a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,7 @@ regex = "1.5" rust-embed = "6.4.0" chrono = "0.4" actix-web = "4" +pulldown-cmark = "0.9.1" [dev-dependencies] cargo-watch = "8.1.1" -- cgit v1.2.3