Added taglib dependency (#4)
All checks were successful
Release Tagging / release (push) Successful in 29s
Rust Build / Check (push) Successful in 27s
Rust Build / Check (pull_request) Successful in 27s
Rust Build / Test Suite (push) Successful in 28s
Rust Build / Rustfmt (push) Successful in 26s
Rust Build / Clippy (push) Successful in 32s
Rust Build / build (push) Successful in 28s
Rust Build / Test Suite (pull_request) Successful in 26s
Rust Build / Rustfmt (pull_request) Successful in 23s
Rust Build / Clippy (pull_request) Successful in 27s
Rust Build / build (pull_request) Successful in 26s

Reviewed-on: #4
This commit is contained in:
2025-03-30 03:24:06 +00:00

View File

@@ -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" }