diff --git a/src/connectivity/rabbit.rs b/src/connectivity/rabbit.rs index 8066492..9641148 100644 --- a/src/connectivity/rabbit.rs +++ b/src/connectivity/rabbit.rs @@ -12,6 +12,7 @@ use crate::{ structs::{boosted::BoostedRideUpdate, spotify::CurrentPlaying}, }; +#[derive(Debug, Serialize, Deserialize, Clone)] pub enum RabbitEvent { SpotifyUpdate, BoostedUpdate,