From 6effd54f3e24f91747243d2cc163a6bbe6cc0da1 Mon Sep 17 00:00:00 2001 From: Jake Goulding Date: Fri, 20 Jan 2017 14:00:36 -0500 Subject: [PATCH] Add categories to Cargo.toml --- mp4parse/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/mp4parse/Cargo.toml b/mp4parse/Cargo.toml index 40d3490d..54ceae57 100644 --- a/mp4parse/Cargo.toml +++ b/mp4parse/Cargo.toml @@ -10,6 +10,7 @@ authors = [ description = "Parser for ISO base media file format (mp4)" documentation = "https://mp4parse-docs.surge.sh/mp4parse/" license = "MPL-2.0" +categories = ["multimedia::video"] repository = "https://github.com/mozilla/mp4parse-rust"