summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKyohei Uto <im@kyoheiu.dev>2022-10-30 05:53:39 +0900
committerKyohei Uto <im@kyoheiu.dev>2022-10-30 05:53:39 +0900
commitd6343cc53d6379f2a2814676510ca816c6022a61 (patch)
tree10cdf6b8d2ff7e3788cbfbb3a10d9e456949828d /Cargo.toml
parent3f1d538f03c8aefed293954152924967f1dd7f21 (diff)
Use syntect folk
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4980662..63857cf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,7 +25,7 @@ log = "0.4.16"
simplelog = "0.12.0"
content_inspector = "0.2.4"
crossterm = "0.25.0"
-syntect = "5.0.0"
+syntect = {git = "https://github.com/kyoheiu/syntect"}
[dependencies.serde]
version = "1.0.136"