From 97808bbc1d2bd4d1072cfc87fa29d58bfbe86b9d Mon Sep 17 00:00:00 2001 From: phoenix Date: Sat, 12 Apr 2025 12:52:18 -0400 Subject: [PATCH] Remove taglib dependency --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a925774..3bc3eb5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,5 @@ version = "0.1.0" 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" }