diff options
| author | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-13 22:23:19 +0400 |
|---|---|---|
| committer | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-13 22:23:19 +0400 |
| commit | b1e17001e3fce2874e4bb1354196c90a5fd7acd0 (patch) | |
| tree | 95aa49d203c37afda042befcfc8c0fd679a7e1e8 /libs/shared/src/lib.rs | |
| parent | bca576c35e54d5505c62e42e8be416c797e84b6b (diff) | |
better ratelimit, new go structure and better build system
Diffstat (limited to 'libs/shared/src/lib.rs')
| -rw-r--r-- | libs/shared/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/shared/src/lib.rs b/libs/shared/src/lib.rs index 68ff335..a714a1b 100644 --- a/libs/shared/src/lib.rs +++ b/libs/shared/src/lib.rs @@ -1,7 +1,6 @@ /// This crate is all the utilities shared by the nova rust projects /// It includes logging, config and protocols. pub mod config; -pub mod error; pub mod nats; pub mod payloads; pub mod redis; |
