1
0
mirror of https://github.com/sharkdp/bat synced 2026-08-11 20:11:43 +00:00

Implement SyntaxSet and ThemeSet caching

closes #21, see #20
This commit is contained in:
sharkdp
2018-04-30 15:08:04 +02:00
parent 1ff46aaaf8
commit f81e38618c
3 changed files with 164 additions and 43 deletions
+4 -1
View File
@@ -12,14 +12,17 @@ version = "0.1.0"
[dependencies]
atty = "0.2.2"
ansi_term = "0.9"
bincode = "1.0"
console = "0.6"
git2 = "0.6"
error-chain = "0.11"
directories = "0.9"
lazy_static = "1.0"
[dependencies.syntect]
version = "2"
default-features = false
features = ["parsing", "yaml-load", "dump-load", "assets"]
features = ["parsing", "yaml-load", "dump-load", "assets", "dump-create"]
[dependencies.clap]
version = "2"