aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 6 insertions, 1 deletions
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