Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2017-12-22 16:41:24 +0300
committerSebastian Dröge <sebastian@centricular.com>2017-12-22 16:41:24 +0300
commit723409e05a1bb3a2a302bf9396c835f0c63a7837 (patch)
tree399be1e9f5944f8a16f75b2cb7ef3f4fa086b15a
parent003c5b4275e33d7eaabac8d15f5f788350132da6 (diff)
Update gst-plugin Cargo.toml with lots of metadata
-rw-r--r--gst-plugin/Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/gst-plugin/Cargo.toml b/gst-plugin/Cargo.toml
index 3a9ed5dba..7ada46d5c 100644
--- a/gst-plugin/Cargo.toml
+++ b/gst-plugin/Cargo.toml
@@ -2,8 +2,14 @@
name = "gst-plugin"
version = "0.1.0"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
+categories = ["multimedia"]
+description = "Infrastructure for writing GStreamer plugins in Rust"
repository = "https://github.com/sdroege/gst-plugin-rs/gst-plugin"
license = "MIT/Apache-2.0"
+readme = "README.md"
+homepage = "https://gstreamer.freedesktop.org"
+documentation = "https://sdroege.github.io/rustdoc/gst-plugin/gst_plugin_rs"
+keywords = ["gstreamer", "multimedia", "audio", "video", "gnome"]
[dependencies]
libc = "0.2"