mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2025-02-01 11:52:24 +00:00
Add various metadata fields to Cargo.toml
This commit is contained in:
parent
eb567a5048
commit
7e6de739b4
1 changed files with 6 additions and 0 deletions
|
@ -2,6 +2,12 @@
|
||||||
name = "gstreamer"
|
name = "gstreamer"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
|
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
|
||||||
|
categories = ["api-bindings", "multimedia"]
|
||||||
|
description = "Rust bindings for GStreamer"
|
||||||
|
repository = "https://github.com/sdroege/gstreamer-rs"
|
||||||
|
license = "MIT"
|
||||||
|
documentation = "https://gstreamer.freedesktop.org"
|
||||||
|
keywords = ["gstreamer", "multimedia", "audio", "video", "gnome"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bitflags = "0.9"
|
bitflags = "0.9"
|
||||||
|
|
Loading…
Reference in a new issue