Switch to pulldown-cmark for markdown parsing + Try to parse mentions

It's not working correctly yet for some reason…
This commit is contained in:
Bat
2018-06-20 15:29:19 +01:00
parent b9951f0d70
commit 4ea071e709
5 changed files with 66 additions and 143 deletions
+1 -1
View File
@@ -9,7 +9,6 @@ array_tool = "1.0"
base64 = "0.9"
bcrypt = "0.2"
colored = "1.6"
comrak = "0.2"
dotenv = "*"
failure = "0.1"
failure_derive = "0.1"
@@ -19,6 +18,7 @@ hex = "0.3"
hyper = "*"
lazy_static = "*"
openssl = "0.10.6"
pulldown-cmark = { version = "0.1.2", default-features = false }
reqwest = "0.8"
rpassword = "2.0"
serde = "*"