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.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/common/rust/src/lib.rs b/common/rust/src/lib.rs
index be3c913..f4e27fc 100644
--- a/common/rust/src/lib.rs
+++ b/common/rust/src/lib.rs
@@ -5,10 +5,12 @@ pub mod monitoring;
pub mod nats;
pub mod payloads;
pub mod error;
+pub mod redis;
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
+pub use testcontainers as testcontainers;
+pub use ::redis as redis_crate; \ No newline at end of file