diff options
| author | Matthieu <matthieu@developershouse.xyz> | 2021-11-05 19:04:58 +0400 |
|---|---|---|
| committer | Matthieu <matthieu@developershouse.xyz> | 2021-11-05 19:04:58 +0400 |
| commit | 7ddb5d3820c15ce4202e6f43057310a9fbb7178a (patch) | |
| tree | e61f4fd5bd6c515a5317adf8c8cbb10a362d91ff /common/rust/src/lib.rs | |
| parent | b73f3c90ec2a491d59275818e3f61826471452ba (diff) | |
use twilight for deserialization and gateway
Diffstat (limited to 'common/rust/src/lib.rs')
| -rw-r--r-- | common/rust/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rust/src/lib.rs b/common/rust/src/lib.rs index fa2c6fc..cbe6934 100644 --- a/common/rust/src/lib.rs +++ b/common/rust/src/lib.rs @@ -9,10 +9,10 @@ pub use testcontainers; /// This crate is all the utilities shared by the nova rust projects /// It includes logging, config and protocols. pub mod config; -pub mod discord_models; pub mod error; pub mod monitoring; pub mod nats; pub mod payloads; pub mod redis; +mod serializable_event; |
