4cd9c6d3d3
I much prefer kebab case, but snake case is better here since Rust would convert it to snake case when used as an identifier anyways and you also can't use snake case modules without explicit module path attributes.
9 lines
171 B
TOML
9 lines
171 B
TOML
[package]
|
|
name = "nih_plug"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
authors = ["Robbert van der Helm <mail@robbertvanderhelm.nl>"]
|
|
license = "GPL-3.0-or-later"
|
|
|
|
[dependencies]
|