From 2b91b7d815d0a98248d56eee6fd821ec223d99e1 Mon Sep 17 00:00:00 2001 From: Mohammad Abir Abbas aka uknowwhoab1r <66947064+mdabir1203@users.noreply.github.com> Date: Fri, 24 Oct 2025 21:08:57 +0600 Subject: [PATCH] Add hotpath-ci feature toggle --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 049a4cc..7fd7502 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -88,6 +88,7 @@ gui = ["iced"] dashboard = ["slint"] hotpath = ["dep:hotpath", "hotpath/hotpath"] +hotpath-ci = ["hotpath", "hotpath/hotpath-ci"] hotpath-alloc-bytes-total = ["hotpath/hotpath-alloc-bytes-total"] hotpath-alloc-count-total = ["hotpath/hotpath-alloc-count-total"] hotpath-alloc-self = ["hotpath/hotpath-alloc-self"]