summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-01-27 23:07:34 +0100
committerGitHub <noreply@github.com>2022-01-27 23:07:34 +0100
commit2d97d406aced1f1ab7d3bc459e31bb0eff92b892 (patch)
tree3deea994c8e1b44fc3a0644eca10162c46b9b3fc /Cargo.toml
parent3739ab77207e0e54edb55a110a16a1eb925b84f4 (diff)
parentc183ed3c15110e11bffd40fad5c5fdfb4d1a5814 (diff)
Merge pull request #58 from typst/highlighted-raw
Add Code Block syntax highlighting
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index bfeeb060..2da2b02f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -37,6 +37,9 @@ xi-unicode = "0.3"
image = { version = "0.23", default-features = false, features = ["png", "jpeg"] }
usvg = { version = "0.20", default-features = false }
+# External implementation of user-facing features
+syntect = { version = "4.6", default-features = false, features = ["dump-load", "parsing", "regex-fancy", "assets"] }
+
# PDF export
miniz_oxide = "0.4"
pdf-writer = "0.4"