Added the scaffolding
This commit is contained in:
4
shanty-index/src/lib.rs
Normal file
4
shanty-index/src/lib.rs
Normal file
@@ -0,0 +1,4 @@
|
||||
//! Music file indexing and metadata extraction.
|
||||
//!
|
||||
//! Scans a directory tree of music files, extracts embedded metadata (ID3, Vorbis
|
||||
//! comments, etc.), and stores everything in the Shanty database.
|
||||
3
shanty-index/src/main.rs
Normal file
3
shanty-index/src/main.rs
Normal file
@@ -0,0 +1,3 @@
|
||||
fn main() {
|
||||
println!("shanty-index: music file indexing and metadata extraction");
|
||||
}
|
||||
Reference in New Issue
Block a user