diff options
| author | namilsk <namilsk@namilsk.tech> | 2026-02-11 11:38:48 +0300 |
|---|---|---|
| committer | namilsk <namilsk@namilsk.tech> | 2026-02-11 11:45:05 +0300 |
| commit | 3271dfc977cc5841731594c308e19aae575c685d (patch) | |
| tree | 005a343011f98ff400ed578cc1ad2513e700aeef /src/router/mod.rs | |
| parent | 14961088a9da16bb1f244f26aaefcadfe07fc8a9 (diff) | |
Added build features which allows you remove integrated router, code refactoring coming soon
Diffstat (limited to 'src/router/mod.rs')
| -rw-r--r-- | src/router/mod.rs | 3 |
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; |
