Added the scaffolding
This commit is contained in:
4
shanty-playlist/src/lib.rs
Normal file
4
shanty-playlist/src/lib.rs
Normal file
@@ -0,0 +1,4 @@
|
||||
//! Playlist generation.
|
||||
//!
|
||||
//! Generates playlists based on the indexed music library using strategies like
|
||||
//! similar artists, genre matching, smart rules, and weighted random selection.
|
||||
3
shanty-playlist/src/main.rs
Normal file
3
shanty-playlist/src/main.rs
Normal file
@@ -0,0 +1,3 @@
|
||||
fn main() {
|
||||
println!("shanty-playlist: playlist generation");
|
||||
}
|
||||
Reference in New Issue
Block a user