diff options
| author | CosmicHorror <CosmicHorrorDev@pm.me> | 2023-12-18 05:17:47 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-18 13:17:47 +0100 |
| commit | 56159997b7a5866e0005f21ff3b6a5f4b9d3d6b3 (patch) | |
| tree | c3f7a12ae0b49c14c134d3cce73b2e7e7f582ae9 /Cargo.toml | |
| parent | 754e1788b2c690a5520d34b967cae31fb44726b9 (diff) | |
Switch to `two-face` for extra syntect syntaxes (#2937)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -104,6 +104,7 @@ tracing-error = "0.2" tracing-flame = "0.2.0" tracing-subscriber = "0.3.17" ttf-parser = "0.19.2" +two-face = { version = "0.3.0", default-features = false, features = ["syntect-fancy"] } typed-arena = "2" unicode_names2 = "1.2" unicode-bidi = "0.3.13" |
