Add more metadata to the Cargo.toml file
This commit is contained in:
parent
9d20ca8106
commit
5a84733e7e
1 changed files with 5 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue