summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKyohei Uto <im@kyoheiu.dev>2022-10-29 16:26:34 +0900
committerKyohei Uto <im@kyoheiu.dev>2022-10-29 16:26:34 +0900
commit3f1d538f03c8aefed293954152924967f1dd7f21 (patch)
tree265b77265392b845574e400484ae0dd9575f6e96 /Cargo.toml
parent4210a55841aec7134a811a11b1e994cbe5d324cb (diff)
MVP: Add syntax highlighting if possible
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 c7cf8e7..4980662 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,6 +25,7 @@ log = "0.4.16"
simplelog = "0.12.0"
content_inspector = "0.2.4"
crossterm = "0.25.0"
+syntect = "5.0.0"
[dependencies.serde]
version = "1.0.136"