gst-plugin-tutorial/tutorial1: Add missing description line to Cargo.toml in the markdown

This commit is contained in:
Sebastian Dröge 2019-12-16 16:34:43 +02:00
parent 064cc827a3
commit 5ca81246f1

View file

@ -38,6 +38,7 @@ authors = ["Sebastian Dröge <sebastian@centricular.com>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugin-rs"
license = "MIT/Apache-2.0"
edition = "2018"
description = "Rust Tutorial Plugin"
[dependencies]
glib = { git = "https://github.com/gtk-rs/glib" }