summaryrefslogtreecommitdiff
path: root/common/rust/src/lib.rs
diff options
context:
space:
mode:
authorMatthieu <matthieu@developershouse.xyz>2021-09-18 00:17:22 +0400
committerMatthieu <matthieu@developershouse.xyz>2021-09-18 00:17:22 +0400
commit88300c45202a228d54c1e99dd3b295ef3fb9aabd (patch)
tree63a2679ad815cde8c6bd2325fda7123b08ad284f /common/rust/src/lib.rs
parent469a8fb1ea7b689399c30badbf33fc467531c561 (diff)
work on the gateway
Diffstat (limited to 'common/rust/src/lib.rs')
-rw-r--r--common/rust/src/lib.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/rust/src/lib.rs b/common/rust/src/lib.rs
index 24e16ec..943d7cc 100644
--- a/common/rust/src/lib.rs
+++ b/common/rust/src/lib.rs
@@ -3,4 +3,5 @@
pub mod config;
pub mod monitoring;
pub mod nats;
-pub mod payloads; \ No newline at end of file
+pub mod payloads;
+pub mod error; \ No newline at end of file