diff --git a/Cargo.toml b/Cargo.toml index adef1c48..5d2e1579 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ exclude = ["screenshots/*"] regex = { version = "1.3.1", default-features = false, features = ["std"] } lazy_static = "1.0" number_prefix = "0.4" -console = { version = "0.15.0", default-features = false } +console = { version = "0.15.0", default-features = false, features = ["ansi-parsing"] } unicode-segmentation = { version = "1.6.0", optional = true } unicode-width = { version = "0.1.7", optional = true } rayon = { version = "1.0", optional = true }