diff options
| author | Matthieu <matthieu@developershouse.xyz> | 2021-09-17 18:41:56 +0400 |
|---|---|---|
| committer | Matthieu <matthieu@developershouse.xyz> | 2021-09-17 18:41:56 +0400 |
| commit | 469a8fb1ea7b689399c30badbf33fc467531c561 (patch) | |
| tree | 8ea3caf86cc00c8c3b37287b6a7b1774bb5e8895 /common/rust/src/lib.rs | |
| parent | ba0170ea15d6ebc1c9049f02adabd1ee4df6de64 (diff) | |
basic com implementation & cache base
Diffstat (limited to 'common/rust/src/lib.rs')
| -rw-r--r-- | common/rust/src/lib.rs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/common/rust/src/lib.rs b/common/rust/src/lib.rs index 5122334..24e16ec 100644 --- a/common/rust/src/lib.rs +++ b/common/rust/src/lib.rs @@ -1,4 +1,6 @@ /// This crate contains shared code in all the rust projects /// It contains utilities such as monitoring, logging and more. pub mod config; -pub mod monitoring;
\ No newline at end of file +pub mod monitoring; +pub mod nats; +pub mod payloads;
\ No newline at end of file |
