From 84f3c3c8400edc9936111d0aa72325dce1169254 Mon Sep 17 00:00:00 2001 From: Rafael Caricio Date: Wed, 12 May 2021 12:18:52 +0200 Subject: [PATCH] Add cargo repository metadata --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 99cdb2d..c95524f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "gst-flexhlssink" description = "GStreamer Plugin that is a highly configurable HLS (HTTP Live Streaming) sink" +repository = "https://github.com/rafaelcaricio/gst-flexhlssink-rs" version = "0.1.0" authors = ["Rafael Caricio "] edition = "2018"