1
0
Fork 0
nih-plug/nih_plug_derive/Cargo.toml

14 lines
216 B
TOML
Raw Normal View History

2022-01-25 12:29:00 +01:00
[package]
name = "nih_plug_derive"
2022-01-25 12:29:00 +01:00
version = "0.1.0"
edition = "2021"
authors = ["Robbert van der Helm <mail@robbertvanderhelm.nl>"]
2022-02-12 16:03:28 +01:00
license = "ISC"
2022-01-25 12:29:00 +01:00
[lib]
proc-macro = true
[dependencies]
syn = "1.0"
quote = "1.0"