From df77ad9bba0bf2a062f625f30e5a3f6249944ca3 Mon Sep 17 00:00:00 2001
From: Jiahao XU <Jiahao_XU@outlook.com>
Date: Mon, 25 Jul 2022 17:44:10 +1000
Subject: [PATCH] Add new feature fancy-with-backtrace

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
---
 Cargo.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Cargo.toml b/Cargo.toml
index 19946ec9..1411f0c5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -81,6 +81,7 @@ rustls = ["crates_io_api/rustls", "reqwest/rustls-tls"]
 native-tls = ["reqwest/native-tls"]
 
 fancy-no-backtrace = ["miette/fancy-no-backtrace"]
+fancy-with-backtrace = ["fancy-no-backtrace", "miette/fancy"]
 
 [dev-dependencies]
 env_logger = "0.9.0"