summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorOwen Jacobson <owen@grimoire.ca>2020-06-04 00:01:12 -0400
committerOwen Jacobson <owen@grimoire.ca>2020-06-04 00:02:58 -0400
commit778bfdc57102816b1234d13ed022447a983942ee (patch)
treec5ef8105c96bfafeeff36ab660a412f6ebdff4dc /Cargo.toml
parent21de322d6cf221867ec9600e1a31777a195c7597 (diff)
Markdown support.
This accomplishes two things: 1. The og cards and page title no longer contain half-baked markup. Instead, they show the markdown equivalent, which is generally pretty friendly. In other words, the page title is "Have you checked `resolv.conf`?" and not "Have you checked <code>resolve.conf</code>?" 2. Phrases can now start with terms other than "Have you checked".
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1002fa2..41870a6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,6 +8,7 @@ edition = "2018"
[dependencies]
actix-rt = "~1.0"
actix-web = "~2.0"
+pulldown-cmark = "~0.7"
rand = "~0.7"
serde = "~1.0"
serde_urlencoded = "~0.6"