forked from mirrors/gstreamer-rs
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"
|
||||
version = "0.1.0"
|
||||
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]
|
||||
bitflags = "0.9"
|
||||
|
|
Loading…
Reference in a new issue