From 1b280d0b9be71daf9dffa0f4fa33559eda91946f Mon Sep 17 00:00:00 2001 From: mo khan Date: Mon, 9 Jun 2025 19:39:28 -0600 Subject: Extract a registered client type --- src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index 1bff27d..4ed4b7d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,8 +1,10 @@ +pub mod clients; pub mod config; pub mod http; pub mod keys; pub mod oauth; +pub use clients::ClientManager; pub use config::Config; pub use http::Server; pub use oauth::OAuthServer; -- cgit v1.2.3