From 1728f06a9fa360f3e8f174850665930dbbf0db28 Mon Sep 17 00:00:00 2001 From: phoenix Date: Sat, 29 Mar 2025 23:20:07 -0400 Subject: [PATCH] Added taglib dependency --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 1efd508..d348431 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,4 +4,5 @@ version = "0.1.0" edition = "2024" [dependencies] +taglib = { version = "1.0.0" } icarus-models = { git = "ssh://git@git.kundeng.us/phoenix/icarus-models.git", tag = "v0.1.14" }