summaryrefslogtreecommitdiffstats
path: root/server/Cargo.toml
diff options
context:
space:
mode:
authorFelix <me@nutomic.com>2020-03-28 16:56:20 +0100
committerFelix <me@nutomic.com>2020-03-28 16:56:20 +0100
commitbafc2fc7acf3e522df04a74e27f604fb95e6bd01 (patch)
tree71637f583f5cb1a9d8e2fd51c4c9bf5d77f53c16 /server/Cargo.toml
parentac6dc65342319bde26ef408352de19f937500059 (diff)
Convert md to html for feeds, try to deduplicate code
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r--server/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml
index 156ccb87..3803485b 100644
--- a/server/Cargo.toml
+++ b/server/Cargo.toml
@@ -36,3 +36,4 @@ config = "0.10.1"
hjson = "0.8.2"
percent-encoding = "2.1.0"
isahc = "0.9"
+Markdown-to-HTML-rs = "0.1.0"