summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2019-06-05 10:23:37 +0000
committerbors <bors@rust-lang.org>2019-06-05 10:23:37 +0000
commit9c3d76540364c6aa1df46aed3e7c1b51f1570be1 (patch)
tree670dc67bb5ffca16825d01c8134a825667ccef1a /Cargo.toml
parent41170ce3411b2029d8906dcee16548f00d90ca24 (diff)
parentbb652ceb91b527e966ba8febcbe228e35dfbf578 (diff)
Auto merge of #167 - rust-lang:fix/remove-highlighting, r=komaeda
Remove highlighting and syntect Closes #166 and #122
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"]}