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 6f13c310..760acefe 100644
--- a/core/src/lib.rs
+++ b/core/src/lib.rs
@@ -44,3 +44,9 @@ pub mod subscription;
#[cfg(feature = "subscription")]
pub use subscription::Subscription;
+
+#[cfg(feature = "runtime")]
+mod runtime;
+
+#[cfg(feature = "runtime")]
+pub use runtime::Runtime;