From 5c72befcef58d9adf3b039b4324ef4edecf7ff21 Mon Sep 17 00:00:00 2001 From: Jasper Hugo Date: Wed, 6 Oct 2021 12:08:19 +0700 Subject: [PATCH] added repository, readme, documentation to lib-gst-meet manifest --- lib-gst-meet/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib-gst-meet/Cargo.toml b/lib-gst-meet/Cargo.toml index b348011..ca7633e 100644 --- a/lib-gst-meet/Cargo.toml +++ b/lib-gst-meet/Cargo.toml @@ -4,6 +4,9 @@ description = "Connect GStreamer pipelines to Jitsi Meet conferences" version = "0.4.0" edition = "2018" license = "MIT/Apache-2.0" +readme = "../README.md" +repository = "https://github.com/avstack/gst-meet" +documentation = "https://docs.rs/lib-gst-meet/" authors = ["Jasper Hugo "] [dependencies]