summaryrefslogtreecommitdiff
path: root/common/rust/src/lib.rs
diff options
context:
space:
mode:
authorMatthieu <20992787+MatthieuCoder@users.noreply.github.com>2021-11-05 19:28:19 +0400
committerGitHub <noreply@github.com>2021-11-05 19:28:19 +0400
commitde73cf954c477a7f10f64b9caf3eea8f6550b8c8 (patch)
treee61f4fd5bd6c515a5317adf8c8cbb10a362d91ff /common/rust/src/lib.rs
parentb73f3c90ec2a491d59275818e3f61826471452ba (diff)
parent7ddb5d3820c15ce4202e6f43057310a9fbb7178a (diff)
Merge pull request #14 from discordnova/feat/twilight
use twilight for deserialization and gateway
Diffstat (limited to 'common/rust/src/lib.rs')
-rw-r--r--common/rust/src/lib.rs2
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;