diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-01-27 23:07:34 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-27 23:07:34 +0100 |
| commit | 2d97d406aced1f1ab7d3bc459e31bb0eff92b892 (patch) | |
| tree | 3deea994c8e1b44fc3a0644eca10162c46b9b3fc /Cargo.toml | |
| parent | 3739ab77207e0e54edb55a110a16a1eb925b84f4 (diff) | |
| parent | c183ed3c15110e11bffd40fad5c5fdfb4d1a5814 (diff) | |
Merge pull request #58 from typst/highlighted-raw
Add Code Block syntax highlighting
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" |
