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 f4e27fc..5418d0a 100644
--- a/common/rust/src/lib.rs
+++ b/common/rust/src/lib.rs
@@ -1,6 +1,8 @@
/// This crate is all the utilities shared by the nova rust projects
/// It includes loging, config and protocols.
pub mod config;
+pub mod discord_models;
+pub mod error;
pub mod monitoring;
pub mod nats;
pub mod payloads;
@@ -13,4 +15,4 @@ pub use ::config as config_crate;
pub use prometheus as prometheus;
pub use ::nats as nats_crate;
pub use testcontainers as testcontainers;
-pub use ::redis as redis_crate; \ No newline at end of file
+pub use ::redis as redis_crate;