summaryrefslogtreecommitdiffstats
path: root/server/Cargo.toml
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2020-03-28 18:02:49 -0400
committerDessalines <tyhou13@gmx.com>2020-03-28 18:02:49 -0400
commit1571a4acd47f4efd52c963411ef5470428e07f02 (patch)
tree821f035cb6cdcf5e55fc88c0f664f4e4089e58ec /server/Cargo.toml
parentbafc2fc7acf3e522df04a74e27f604fb95e6bd01 (diff)
Changing markdown parser to comrak. Moving crate imports to lib.rs.
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r--server/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml
index 3803485b..5a4fdcec 100644
--- a/server/Cargo.toml
+++ b/server/Cargo.toml
@@ -36,4 +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"
+comrak = "0.7"