1
0
Fork 0

Add more metadata to the Cargo.toml file

This commit is contained in:
Robbert van der Helm 2022-02-05 19:40:42 +01:00
parent 9d20ca8106
commit 5a84733e7e

View file

@ -1,10 +1,14 @@
[package]
name = "nih_plug"
version = "0.1.0"
version = "0.0.0"
edition = "2021"
authors = ["Robbert van der Helm <mail@robbertvanderhelm.nl>"]
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",