diff options
| author | n1c00o <git.n1c00o@gmail.com> | 2021-10-02 22:40:23 +0200 |
|---|---|---|
| committer | n1c00o <git.n1c00o@gmail.com> | 2021-10-02 22:40:23 +0200 |
| commit | 69cc20b406a77bebf7ccbd61336e5d149848af08 (patch) | |
| tree | e8dfaf3b76349e3558d2e2e36eddfb757712cd3f /common/rust/src/lib.rs | |
| parent | 1a40f1771eadc2604154be24932d80a48ef8feed (diff) | |
Implement User-related structures
Diffstat (limited to 'common/rust/src/lib.rs')
| -rw-r--r-- | common/rust/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/rust/src/lib.rs b/common/rust/src/lib.rs index 90f4b96..a021e97 100644 --- a/common/rust/src/lib.rs +++ b/common/rust/src/lib.rs @@ -1,6 +1,7 @@ /// This crate contains shared code in all the rust projects /// It contains utilities such as monitoring, logging and more. pub mod config; +pub mod discord_models; pub mod error; pub mod monitoring; pub mod nats; |
