From f424e8962cc7efa4fc3e4c10a615e896c3e2c7d9 Mon Sep 17 00:00:00 2001 From: phoenix Date: Sat, 12 Apr 2025 12:45:50 -0400 Subject: [PATCH] Added metadata dependency --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index a18b9f7..a925774 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,4 +5,5 @@ edition = "2024" [dependencies] taglib = { version = "1.0.0" } +metadata = { version = "0.1.10" } icarus_models = { git = "ssh://git@git.kundeng.us/phoenix/icarus_models.git", tag = "v0.4.3" }