diff options
| author | Matthieu <matthieu@developershouse.xyz> | 2021-09-18 00:17:22 +0400 |
|---|---|---|
| committer | Matthieu <matthieu@developershouse.xyz> | 2021-09-18 00:17:22 +0400 |
| commit | 88300c45202a228d54c1e99dd3b295ef3fb9aabd (patch) | |
| tree | 63a2679ad815cde8c6bd2325fda7123b08ad284f /common/rust/src/lib.rs | |
| parent | 469a8fb1ea7b689399c30badbf33fc467531c561 (diff) | |
work on the gateway
Diffstat (limited to 'common/rust/src/lib.rs')
| -rw-r--r-- | common/rust/src/lib.rs | 3 |
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 |
