feat(core): add utils module

- introduce a new utils module for housing utility functions
- improve code organization and reusability
This commit is contained in:
Jeremiah Russell
2025-10-02 15:03:05 +01:00
committed by Jeremiah Russell
parent f53ffe7d8a
commit 475917b27d

View File

@@ -8,6 +8,7 @@ mod client;
mod credential;
mod error;
mod list;
pub(crate) mod utils;
pub use client::get_auth;
pub use client::get_client;