summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2018-04-30 15:20:00 +0200
committersharkdp <davidpeter@web.de>2018-04-30 15:20:00 +0200
commitced68017408972ba613854d8002d38934f0918e4 (patch)
tree2ed6040fa36edeee3a655047848725de8c321d09 /Cargo.toml
parentf81e38618ccaf7c3c7b0ef953d2f472695e01ade (diff)
Better error messages
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 caaf71c1..c2f764c9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,7 +22,7 @@ lazy_static = "1.0"
[dependencies.syntect]
version = "2"
default-features = false
-features = ["parsing", "yaml-load", "dump-load", "assets", "dump-create"]
+features = ["parsing", "yaml-load", "dump-load", "dump-create"]
[dependencies.clap]
version = "2"