summaryrefslogtreecommitdiff
path: root/nrf-softdevice-macro/Cargo.toml
blob: ec14850480fc0a07c0df44fd3a38f96622768e3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "nrf-softdevice-macro"
version = "0.1.0"
authors = ["Dario Nieuwenhuis <dirbaio@dirbaio.net>"]
edition = "2021"

[dependencies]
syn = { version = "1.0.39", features = ["full", "extra-traits"] }
quote = "1.0.7"
darling = "0.10.2"
proc-macro2 = "1.0.18"
Inflector = "0.11.4"
uuid = "0.8.1"

[lib]
proc-macro = true