improve feature

This commit is contained in:
Boshen 2024-02-23 11:29:31 +08:00
parent 97896318f0
commit 6941ea2d02
No known key found for this signature in database
GPG Key ID: 9C7A8C8AB22BEBD1
1 changed files with 4 additions and 5 deletions

View File

@ -48,16 +48,15 @@ strip-ansi-escapes = "0.2.0"
default = ["derive"] default = ["derive"]
derive = ["miette-derive"] derive = ["miette-derive"]
no-format-args-capture = [] no-format-args-capture = []
fancy-base = [] fancy-base = [
fancy-no-syscall = [
"fancy-base",
"owo-colors", "owo-colors",
"textwrap", "textwrap",
] ]
fancy-no-syscall = [
"fancy-base",
]
fancy-no-backtrace = [ fancy-no-backtrace = [
"fancy-base", "fancy-base",
"owo-colors",
"textwrap",
"terminal_size", "terminal_size",
"supports-hyperlinks", "supports-hyperlinks",
"supports-color", "supports-color",