diff options
Diffstat (limited to 'common/rust/src/lib.rs')
| -rw-r--r-- | common/rust/src/lib.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/rust/src/lib.rs b/common/rust/src/lib.rs new file mode 100644 index 0000000..5122334 --- /dev/null +++ b/common/rust/src/lib.rs @@ -0,0 +1,4 @@ +/// 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 |
