summaryrefslogtreecommitdiffstats
path: root/core/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/lib.rs')
-rw-r--r--core/src/lib.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/src/lib.rs b/core/src/lib.rs
index 65304e8b..821b09c1 100644
--- a/core/src/lib.rs
+++ b/core/src/lib.rs
@@ -38,3 +38,9 @@ mod command;
#[cfg(feature = "command")]
pub use command::Command;
+
+#[cfg(feature = "subscription")]
+pub mod subscription;
+
+#[cfg(feature = "subscription")]
+pub use subscription::Subscription;