From 3271dfc977cc5841731594c308e19aae575c685d Mon Sep 17 00:00:00 2001 From: namilsk Date: Wed, 11 Feb 2026 11:38:48 +0300 Subject: Added build features which allows you remove integrated router, code refactoring coming soon --- src/router/mod.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/router') diff --git a/src/router/mod.rs b/src/router/mod.rs index 91da2e5..6426c2e 100644 --- a/src/router/mod.rs +++ b/src/router/mod.rs @@ -1,2 +1,5 @@ + +#[cfg(feature = "integrated-router")] pub mod manager; +#[cfg(feature = "integrated-router")] pub mod router; -- cgit v1.2.3