feat(collections): Added fetch_collections function

Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
quexeky
2025-03-11 10:46:16 +11:00
parent 639d3b4630
commit 9614af7f03
6 changed files with 52 additions and 1 deletions

View File

@ -2,3 +2,4 @@ pub mod commands;
pub mod downloads;
pub mod library;
pub mod state;
pub mod collections;