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

Use ansi_colours package for better true-colour approximation

This commit is contained in:
Michal Nazarewicz
2018-09-21 15:56:09 +01:00
committed by David Peter
parent 6aa626f1c4
commit 79b960e17e
3 changed files with 14 additions and 44 deletions
+1
View File
@@ -16,6 +16,7 @@ exclude = [
[dependencies]
atty = "0.2.2"
ansi_term = "0.11"
ansi_colours = "^1.0"
console = "0.6"
directories = "1.0"
lazy_static = "1.0"