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

18 lines
326 B
TOML
Raw Normal View History

2022-01-25 22:29:00 +11:00
[package]
name = "nih_plug_derive"
2022-01-25 22:29:00 +11:00
version = "0.1.0"
edition = "2021"
authors = ["Robbert van der Helm <mail@robbertvanderhelm.nl>"]
2022-02-13 02:03:28 +11:00
license = "ISC"
2022-01-25 22:29:00 +11:00
[lib]
proc-macro = true
[dependencies]
syn = { version = "1.0", features = ["extra-traits"] }
2022-01-25 22:29:00 +11:00
quote = "1.0"
proc-macro2 = "1.0"
[dev-dependencies]
nih_plug = { path = ".." }