summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-05-04 01:23:33 +0200
committermetamuffin <metamuffin@disroot.org>2024-05-04 01:23:50 +0200
commit4ea388dc7dab5dd7f784c180abafe59c39bb884d (patch)
tree60371b9c2d3f1cb8942dc9b650a6d9a61624ad3f /Cargo.toml
parenta78ba6bc689d9d3eed2c0f49cd075ceee045c95f (diff)
downloadmetamuffin-website-4ea388dc7dab5dd7f784c180abafe59c39bb884d.tar
metamuffin-website-4ea388dc7dab5dd7f784c180abafe59c39bb884d.tar.bz2
metamuffin-website-4ea388dc7dab5dd7f784c180abafe59c39bb884d.tar.zst
syntax highlight code blocks and inline math
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4d267db..7d59ae5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,3 +16,5 @@ anyhow = "1.0.82"
markup = "0.15.0"
markdown = "1.0.0-alpha.17"
chrono = "0.4.38"
+syntect = "5.2.0"
+latex2mathml = "0.2.3"