From c9a273e563a6ef9e8c23d74bde5c2c0022a7033d Mon Sep 17 00:00:00 2001 From: Andrew Plaza Date: Fri, 9 Feb 2024 14:21:31 -0500 Subject: [PATCH] add export of XpsClient in root --- lib-xps/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib-xps/src/lib.rs b/lib-xps/src/lib.rs index a467507..d8afe74 100644 --- a/lib-xps/src/lib.rs +++ b/lib-xps/src/lib.rs @@ -11,7 +11,7 @@ use jsonrpsee::server::Server; use std::str::FromStr; use xps_types::DID_ETH_REGISTRY; -pub use crate::rpc::{XpsMethods, XpsServer}; +pub use crate::rpc::{XpsClient, XpsMethods, XpsServer}; use crate::types::GatewayContext; /// Entrypoint for the xps Gateway