From a153d2dcce1bc3d09eaba389976feb9cdb712d72 Mon Sep 17 00:00:00 2001 From: Rafael Caricio Date: Sat, 13 Mar 2021 18:22:07 +0100 Subject: [PATCH] Update crate metadata --- Cargo.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 095ad0b..95ab623 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,13 @@ [package] name = "vid2img" +description = "Use video content as collection of images." version = "0.1.0" authors = ["Rafael Caricio "] edition = "2018" license = "MIT" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +categories = ["multimedia"] +repository = "https://github.com/rafaelcaricio/vid2img" +keywords = ["gstreamer", "multimedia", "audio", "video"] [dependencies] glib = "0.10.1"