From 392444d21101ce7b637f2e5a385490605f93ccf1 Mon Sep 17 00:00:00 2001 From: Kaiden Fey Date: Sun, 25 Oct 2020 02:40:33 +0100 Subject: Big project update --- Cargo.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index de806eb..93d8eb5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,11 @@ actix-web = "2.0.0" askama = "0.8" env_logger = "0.6" git2 = "0.11" +markdown = { version = "0.3.0", optional = true } [build-dependencies] -askama = "0.8" \ No newline at end of file +askama = "0.8" + +[features] +default = ["markdown-readme"] +markdown-readme = ["markdown"] \ No newline at end of file -- cgit v1.2.3