video/gif: Add description to Cargo.toml

This commit is contained in:
Sebastian Dröge 2020-07-10 12:59:35 +03:00
parent ad34160083
commit 1730de6cea

View file

@ -5,6 +5,7 @@ authors = ["Markus Ebner <info@ebner-markus.de>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT/Apache-2.0"
edition = "2018"
description = "GStreamer GIF plugin"
[dependencies]
glib = { git = "https://github.com/gtk-rs/glib" }