~ruther/avr-device

ref: 2739268524f45f2dba4bee19fe806f00afcceaf8 avr-device/macros/Cargo.toml -rw-r--r-- 264 bytes
27392685 — Rahix macros: Add a #[entry] macro 4 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "avr-device-macros"
version = "0.1.0"
authors = ["Rahix <rahix@rahix.de>"]
edition = "2018"

[lib]
proc-macro = true

[dependencies]
quote = "1.0.7"
proc-macro2 = "1.0.19"

[dependencies.syn]
version = "1.0.35"
features = ["extra-traits", "full"]
Do not follow this link