aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKaiden Fey <kookie@spacekookie.de>2020-10-25 02:40:33 +0100
committerKaiden Fey <kookie@spacekookie.de>2020-10-25 02:40:33 +0100
commit392444d21101ce7b637f2e5a385490605f93ccf1 (patch)
tree75247f7a3b49a17c70a31106b04e09f72848f98a /Cargo.toml
parenta0dca8186bdef76e09e9c388d7f85839e85ce8db (diff)
Big project update
Diffstat (limited to '')
-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