From 1d9d024556bafe14c6ebcfb3e132207ff1c31899 Mon Sep 17 00:00:00 2001 From: Nick Zana Date: Thu, 4 May 2023 22:06:47 -0400 Subject: [PATCH] improve cargo metadata --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index a92ce47..841f42d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,14 @@ [package] name = "svr" version = "0.1.0" +authors = ["Nick Zana "] edition = "2021" +description = "`svr` is a utility that monitors and downloads livestreams for any site with a youtube-dl extractor." +homepage = "https://git.nickzana.dev/nick/svr" +repository = "https://git.nickzana.dev/nick/svr" +license = "MIT OR Apache-2.0" +keywords = ["youtube-dl", "livestream", "multimedia"] +categories = ["multimedia"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html