From 8a1cfd86d080d966e214232b65111216a2fd2b6f Mon Sep 17 00:00:00 2001 From: Takeru Ohta Date: Fri, 10 Apr 2020 09:13:44 +0900 Subject: [PATCH] Fix category name. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7a978b5..e1faeb1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ readme = "README.md" license = "MIT OR Apache-2.0" keywords = ["hls", "m3u8"] edition = "2018" -categories = ["parser"] +categories = ["parser-implementations"] [features] default = []