summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCosmicHorror <CosmicHorrorDev@pm.me>2023-12-18 05:17:47 -0700
committerGitHub <noreply@github.com>2023-12-18 13:17:47 +0100
commit56159997b7a5866e0005f21ff3b6a5f4b9d3d6b3 (patch)
treec3f7a12ae0b49c14c134d3cce73b2e7e7f582ae9 /Cargo.toml
parent754e1788b2c690a5520d34b967cae31fb44726b9 (diff)
Switch to `two-face` for extra syntect syntaxes (#2937)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9e6e5ac0..bd82c319 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"