aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAsherah Connor <1915+kivikakk@users.noreply.github.com>2021-09-09 07:00:11 +1000
committerGitHub <noreply@github.com>2021-09-08 17:00:11 -0400
commit425de3f8650e56632e4d91a948676717250f3ccd (patch)
tree7a43180b11c261510052c72c917591aea2902ed0 /Cargo.toml
parentcd5cf0740ee56b169abf26a19f979107c45b23b3 (diff)
downloadxesite-425de3f8650e56632e4d91a948676717250f3ccd.tar.xz
xesite-425de3f8650e56632e4d91a948676717250f3ccd.zip
markdown: use comrak syntect (#393)
* markdown: use comrak syntect * css: make the code samples look better It ain't perfect, but it's probably good enough to start with: https://media.discordapp.net/attachments/188796211543801856/885244826180808754/20210908_15h26m30s_grim.png Signed-off-by: Christine Dodrill <me@christine.website> Co-authored-by: Christine Dodrill <me@christine.website>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 51aef93..0f451d8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,7 +11,7 @@ repository = "https://github.com/Xe/site"
[dependencies]
color-eyre = "0.5"
chrono = "0.4"
-comrak = "0.12"
+comrak = "0.12.1"
envy = "0.4"
estimated_read_time = "1"
futures = "0.3"