Walk through filesystem and print metadata

This commit is contained in:
Connor Johnstone
2026-03-02 21:09:47 -05:00
commit 8a07a3edc2
6 changed files with 281 additions and 0 deletions

8
Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "playlists"
version = "0.1.0"
edition = "2024"
[dependencies]
lofty = "0.23"
walkdir = "2.5"