mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-02-16 21:05:15 +00:00
Update gst-plugin Cargo.toml with lots of metadata
This commit is contained in:
parent
003c5b4275
commit
723409e05a
1 changed files with 6 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue