feat(list): export List struct in lib.rs

- expose List struct for external use
This commit is contained in:
Jeremiah Russell
2025-10-01 14:51:42 +01:00
committed by Jeremiah Russell
parent 2bbf1de97a
commit 6f9801d5e7

View File

@@ -11,3 +11,4 @@ mod list;
pub use client::get_auth;
pub use client::get_client;
pub use credential::Credential;
pub use list::List;