summaryrefslogtreecommitdiff
path: root/src/router
diff options
context:
space:
mode:
Diffstat (limited to 'src/router')
-rw-r--r--src/router/mod.rs3
1 files changed, 3 insertions, 0 deletions
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;