Skip to content

Commit

Permalink
impl serde::Serialize for Proxyy
Browse files Browse the repository at this point in the history
  • Loading branch information
GlenDC committed Nov 12, 2024
1 parent c1a9af8 commit 83cb8a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rama-proxy/src/proxydb/internal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ use rama_net::{
transport::{TransportContext, TransportProtocol},
};
use rama_utils::str::NonEmptyString;
use serde::Deserialize;
use serde::{Deserialize, Serialize};

#[cfg(feature = "memory-db")]
use venndb::VennDB;

#[derive(Debug, Clone, Deserialize)]
#[derive(Debug, Clone, Serialize, Deserialize)]
#[cfg_attr(feature = "memory-db", derive(VennDB))]
#[cfg_attr(feature = "memory-db", venndb(validator = proxydb_insert_validator))]
/// The selected proxy to use to connect to the proxy.
Expand Down

0 comments on commit 83cb8a8

Please sign in to comment.