summaryrefslogtreecommitdiff
path: root/libs/shared/src/lib.rs
blob: 68ff335f408079d881681b698c63b6b4b3a5d0ae (plain)
1
2
3
4
5
6
7
/// 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;