mirror of https://github.com/zkat/miette.git
improve feature
This commit is contained in:
parent
97896318f0
commit
6941ea2d02
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue