summaryrefslogtreecommitdiff
path: root/common/rust/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'common/rust/src/lib.rs')
-rw-r--r--common/rust/src/lib.rs7
1 files changed, 7 insertions, 0 deletions
diff --git a/common/rust/src/lib.rs b/common/rust/src/lib.rs
index 1125f5a..be3c913 100644
--- a/common/rust/src/lib.rs
+++ b/common/rust/src/lib.rs
@@ -5,3 +5,10 @@ pub mod monitoring;
pub mod nats;
pub mod payloads;
pub mod error;
+
+pub use log as log;
+pub use serde as serde;
+pub use ::config as config_crate;
+pub use prometheus as prometheus;
+pub use ::nats as nats_crate;
+pub use testcontainers as testcontainers; \ No newline at end of file