From f0d85b7ed318f63d3b4e09d60d0e457c79b81ac6 Mon Sep 17 00:00:00 2001 From: "Tom A. Wagner" Date: Fri, 12 Mar 2021 17:55:57 +0100 Subject: [PATCH] Prepare Cargo.toml for crates.io publication --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index b093419..30d4b82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,12 @@ name = "helvum" version = "0.1.0" authors = ["Tom A. Wagner "] edition = "2018" +license = "GPL-3.0-only" +description = "A GTK patchbay for pipewire" +repository = "https://gitlab.freedesktop.org/ryuukyu/helvum" +readme = "README.md" +keywords = ["pipewire", "gtk", "patchbay", "gui", "utility"] +categories = ["gui", "multimedia"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html