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"]
|
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",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue