From 87b7877700fdb94667fcc45dccbe1d91f3c0939e Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Wed, 20 Nov 2024 18:28:16 +0200 Subject: [PATCH] --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 682a3a1..0152bf3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,3 +6,8 @@ authors = ["Ticki "] [dependencies] term-painter = "*" regex = "*" +unbug = { version = "0.2.0", features = ["enable"] } + +[features] +default = [] +Debug = ["unbug/enable"]