From 634d231269ab9b68c722c5037d1c94bed97ba45c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 10 Jul 2020 12:59:35 +0300 Subject: [PATCH] video/gif: Add description to Cargo.toml --- video/gif/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/video/gif/Cargo.toml b/video/gif/Cargo.toml index 4a2a54f4..aaee3ce3 100644 --- a/video/gif/Cargo.toml +++ b/video/gif/Cargo.toml @@ -5,6 +5,7 @@ authors = ["Markus Ebner "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT/Apache-2.0" edition = "2018" +description = "GStreamer GIF plugin" [dependencies] glib = { version = "0.10" }