summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorliv <819880950@qq.com>2019-06-05 12:18:50 +0200
committerliv <819880950@qq.com>2019-06-05 12:18:50 +0200
commit62696f5819bd27489664bcb320e1e0b422e22e60 (patch)
tree934fb06689f6990255568b549dbeb5826e567704 /Cargo.toml
parent41170ce3411b2029d8906dcee16548f00d90ca24 (diff)
Remove highlighting and syntect
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 20220a5..069a398 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,7 +8,6 @@ edition = "2018"
clap = "2.32.0"
indicatif = "0.9.0"
console = "0.6.2"
-syntect = "3.0.2"
notify = "4.0.0"
toml = "0.4.10"
serde = {version = "1.0.10", features = ["derive"]}