rider/rider-match-widget/Cargo.toml

22 lines
358 B
TOML
Raw Normal View History

[package]
name = "rider-match-widget"
version = "0.1.0"
authors = ["Adrian Woźniak <adrian.wozniak.1986@gmail.com>"]
edition = "2018"
[lib]
proc-macro = true
[dependencies]
darling = { version = "*" }
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
version = "1.0"
features = ["full", "extra-traits"]