diff --git a/gstreamer-app/Cargo.toml b/gstreamer-app/Cargo.toml index 9f6f1a710..90305402f 100644 --- a/gstreamer-app/Cargo.toml +++ b/gstreamer-app/Cargo.toml @@ -6,7 +6,8 @@ categories = ["api-bindings", "multimedia"] description = "Rust bindings for GStreamer App library" repository = "https://github.com/sdroege/gstreamer-rs" license = "MIT/Apache-2.0" -documentation = "https://gstreamer.freedesktop.org" +homepage = "https://gstreamer.freedesktop.org" +documentation = "https://sdroege.github.io/rustdoc/gstreamer/gstreamer-app" keywords = ["gstreamer", "multimedia", "audio", "video", "gnome"] build = "build.rs" diff --git a/gstreamer-audio/Cargo.toml b/gstreamer-audio/Cargo.toml index 18b9e2528..71b59dc1c 100644 --- a/gstreamer-audio/Cargo.toml +++ b/gstreamer-audio/Cargo.toml @@ -6,7 +6,8 @@ categories = ["api-bindings", "multimedia"] description = "Rust bindings for GStreamer Audio library" repository = "https://github.com/sdroege/gstreamer-rs" license = "MIT/Apache-2.0" -documentation = "https://gstreamer.freedesktop.org" +homepage = "https://gstreamer.freedesktop.org" +documentation = "https://sdroege.github.io/rustdoc/gstreamer/gstreamer-audio" keywords = ["gstreamer", "multimedia", "audio", "video", "gnome"] build = "build.rs" diff --git a/gstreamer-player/Cargo.toml b/gstreamer-player/Cargo.toml index e7d786c74..ba3eac248 100644 --- a/gstreamer-player/Cargo.toml +++ b/gstreamer-player/Cargo.toml @@ -6,7 +6,8 @@ categories = ["api-bindings", "multimedia"] description = "Rust bindings for GStreamer Player library" repository = "https://github.com/sdroege/gstreamer-rs" license = "MIT/Apache-2.0" -documentation = "https://gstreamer.freedesktop.org" +homepage = "https://gstreamer.freedesktop.org" +documentation = "https://sdroege.github.io/rustdoc/gstreamer/gstreamer-player" keywords = ["gstreamer", "multimedia", "audio", "video", "gnome"] build = "build.rs" diff --git a/gstreamer-video/Cargo.toml b/gstreamer-video/Cargo.toml index 4ea93771b..869621dc2 100644 --- a/gstreamer-video/Cargo.toml +++ b/gstreamer-video/Cargo.toml @@ -6,7 +6,8 @@ categories = ["api-bindings", "multimedia"] description = "Rust bindings for GStreamer Video library" repository = "https://github.com/sdroege/gstreamer-rs" license = "MIT/Apache-2.0" -documentation = "https://gstreamer.freedesktop.org" +homepage = "https://gstreamer.freedesktop.org" +documentation = "https://sdroege.github.io/rustdoc/gstreamer/gstreamer-video" keywords = ["gstreamer", "multimedia", "audio", "video", "gnome"] build = "build.rs" diff --git a/gstreamer/Cargo.toml b/gstreamer/Cargo.toml index 859fba186..e649d2fab 100644 --- a/gstreamer/Cargo.toml +++ b/gstreamer/Cargo.toml @@ -6,7 +6,8 @@ categories = ["api-bindings", "multimedia"] description = "Rust bindings for GStreamer" repository = "https://github.com/sdroege/gstreamer-rs" license = "MIT/Apache-2.0" -documentation = "https://gstreamer.freedesktop.org" +homepage = "https://gstreamer.freedesktop.org" +documentation = "https://sdroege.github.io/rustdoc/gstreamer/gstreamer" keywords = ["gstreamer", "multimedia", "audio", "video", "gnome"] build = "build.rs"