summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKyohei Uto <im@kyoheiu.dev>2023-08-23 17:26:56 +0900
committerKyohei Uto <im@kyoheiu.dev>2023-08-23 17:26:56 +0900
commit33ab24c65e7175bbd2f835a05969db64704bc4b0 (patch)
tree65293d50b9c72fc3d857e30fd914af11b80eabd0 /Cargo.toml
parent467df1e92d83394c16709b7338e1b6a4da39a3e8 (diff)
Remove syntect and syntax highlighting in preview area
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 876b6be..4d001ae 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,7 +27,6 @@ log = "0.4.19"
simplelog = "0.12.1"
content_inspector = "0.2.4"
crossterm = "0.26.1"
-syntect = "5.1.0"
serde_yaml = "0.9.25"
zip = "0.6.6"
tar = "0.4.39"