Added the scaffolding
This commit is contained in:
4
shanty-play/src/lib.rs
Normal file
4
shanty-play/src/lib.rs
Normal file
@@ -0,0 +1,4 @@
|
||||
//! Built-in music playback.
|
||||
//!
|
||||
//! Provides basic audio playback capabilities, including a built-in web player
|
||||
//! component for the Shanty web interface.
|
||||
3
shanty-play/src/main.rs
Normal file
3
shanty-play/src/main.rs
Normal file
@@ -0,0 +1,3 @@
|
||||
fn main() {
|
||||
println!("shanty-play: built-in music playback");
|
||||
}
|
||||
Reference in New Issue
Block a user