From b4bb862034cc37f66b19feb08263a394319e8172 Mon Sep 17 00:00:00 2001 From: chaos Date: Fri, 10 Nov 2023 22:13:13 +0000 Subject: [PATCH] add documentation to taglib feature --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 177f977..2617d70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -74,7 +74,7 @@ default = [ ] # Formats -taglib_extractor = ["dep:taglib"] +taglib_extractor = ["dep:taglib"] # requires taglib's development headers & pkg-config installed, not enabled by default but Highly recommended for more supported file formats & faster than the ffprobe fallback flac_extractor = ["dep:metaflac"] mp3_extractor = ["dep:id3"] ffprobe_extractor = [] # If to allow using ffmpeg/ffprobe as a fallback tag extractor