moving song related stuff to it's own mod

Gonna try to organize pieces better, so this is step one.
This commit is contained in:
Chris Cochrun 2023-09-24 07:05:25 -05:00
parent a21190e58b
commit 0d2de5e252
6 changed files with 8 additions and 5 deletions

View file

@ -11,7 +11,7 @@ fn main() {
.file("src/rust/image_model.rs")
.file("src/rust/video_model.rs")
.file("src/rust/presentation_model.rs")
.file("src/rust/song_model.rs")
.file("src/rust/songs/song_model.rs")
.file("src/rust/ytdl.rs")
.build();
}