diff --git a/gstreamer/Cargo.toml b/gstreamer/Cargo.toml index cecda7313..59758a641 100644 --- a/gstreamer/Cargo.toml +++ b/gstreamer/Cargo.toml @@ -2,6 +2,12 @@ name = "gstreamer" version = "0.1.0" authors = ["Sebastian Dröge "] +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"