✨ feat(list): export List struct in lib.rs
- expose List struct for external use
This commit is contained in:
committed by
Jeremiah Russell
parent
2bbf1de97a
commit
6f9801d5e7
@@ -11,3 +11,4 @@ mod list;
|
||||
pub use client::get_auth;
|
||||
pub use client::get_client;
|
||||
pub use credential::Credential;
|
||||
pub use list::List;
|
||||
|
||||
Reference in New Issue
Block a user