From 11912b050a97c258a8a38552d855f183c339beee Mon Sep 17 00:00:00 2001 From: Matthieu Date: Thu, 9 Sep 2021 22:16:39 +0400 Subject: gateway improvements, common packages and examples --- common/rust/src/lib.rs | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 common/rust/src/lib.rs (limited to 'common/rust/src/lib.rs') 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 -- cgit v1.2.3