Initial commit

This commit is contained in:
Connor Johnstone
2026-03-17 14:14:46 -04:00
commit 305ddff278
27 changed files with 1897 additions and 0 deletions

6
src/queries/mod.rs Normal file
View File

@@ -0,0 +1,6 @@
pub mod albums;
pub mod artists;
pub mod cache;
pub mod downloads;
pub mod tracks;
pub mod wanted;