diff options
| author | n1c00o <git.n1c00o@gmail.com> | 2021-10-01 17:15:30 +0200 |
|---|---|---|
| committer | n1c00o <git.n1c00o@gmail.com> | 2021-10-01 17:15:30 +0200 |
| commit | 359c3b277a50fd622786dc962afaaf78ed6d8883 (patch) | |
| tree | 5fe29e7b4cb332facf1fdb1954b13bf618974a06 /common/rust/src/lib.rs | |
| parent | 376f00642c2adba158b148a7933383af53ecdba1 (diff) | |
Start structs of the Discord API
Diffstat (limited to 'common/rust/src/lib.rs')
| -rw-r--r-- | common/rust/src/lib.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/rust/src/lib.rs b/common/rust/src/lib.rs index 943d7cc..a021e97 100644 --- a/common/rust/src/lib.rs +++ b/common/rust/src/lib.rs @@ -1,7 +1,8 @@ /// 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; pub mod payloads; -pub mod error;
\ No newline at end of file |
