From 5a84733e7e95a03854069a0814284594ed3a8dbe Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sat, 5 Feb 2022 19:40:42 +0100 Subject: [PATCH] Add more metadata to the Cargo.toml file --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6b79be1b..d7cec467 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,14 @@ [package] name = "nih_plug" -version = "0.1.0" +version = "0.0.0" edition = "2021" authors = ["Robbert van der Helm "] license = "GPL-3.0-or-later" +keywords = ["audio", "plugin", "vst", "vst3"] +description = "A simple but modern API-agnostic audio plugin framework" +repository = "https://github.com/robbert-vdh/nih-plugs" + [workspace] members = [ "nih_plug_derive",