1
0
Fork 0
nih-plug/nih_plug_derive/Cargo.toml
Robbert van der Helm 4cd9c6d3d3 Rename packages to snake case
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.
2022-01-25 12:35:13 +01:00

14 lines
229 B
TOML

[package]
name = "nih_plug_derive"
version = "0.1.0"
edition = "2021"
authors = ["Robbert van der Helm <mail@robbertvanderhelm.nl>"]
license = "GPL-3.0-or-later"
[lib]
proc-macro = true
[dependencies]
syn = "1.0"
quote = "1.0"