From 8760c7d734da5027a3f32ada1b2ae92df5d82b6a Mon Sep 17 00:00:00 2001 From: Rafael Caricio Date: Sun, 27 Mar 2022 11:39:55 +0200 Subject: [PATCH] Update project description --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f89992a..b11b925 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,9 +3,9 @@ name = "gst-plugin-vosk" version = "0.1.0" edition = "2021" authors = ["Rafael Caricio "] -repository = "" +repository = "https://github.com/rafaelcaricio/gst-plugin-vosk" license = "MPL-2.0" -description = "plugin" +description = "GStreamer plugin for speech to text using the Vosk Toolkit." build = "build.rs" [dependencies]