diff options
| author | Martin Haug <mhaug@live.de> | 2021-12-14 14:24:02 +0100 |
|---|---|---|
| committer | Martin Haug <mhaug@live.de> | 2022-01-27 22:04:45 +0100 |
| commit | 4f66907d08a8ed18b41e70188b112d7c915aa0bc (patch) | |
| tree | fee27c337c8d60754e1e459b48084a7ab2f9af00 /Cargo.toml | |
| parent | 3739ab77207e0e54edb55a110a16a1eb925b84f4 (diff) | |
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" |
