From 6941ea2d02a8ae002d43bc96fed1ba82af7fc29c Mon Sep 17 00:00:00 2001 From: Boshen Date: Fri, 23 Feb 2024 11:29:31 +0800 Subject: [PATCH] improve feature --- Cargo.toml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e8c076f..3fefb43 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,16 +48,15 @@ strip-ansi-escapes = "0.2.0" default = ["derive"] derive = ["miette-derive"] no-format-args-capture = [] -fancy-base = [] -fancy-no-syscall = [ - "fancy-base", +fancy-base = [ "owo-colors", "textwrap", ] +fancy-no-syscall = [ + "fancy-base", +] fancy-no-backtrace = [ "fancy-base", - "owo-colors", - "textwrap", "terminal_size", "supports-hyperlinks", "supports-color",