diff options
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 |
