~ruther/avr-device

ref: cb089e6c674702363f8ecd9ef1f0a8ba4619c873 avr-device/macros/Cargo.toml -rw-r--r-- 264 bytes
cb089e6c — Rahix Document #[interrupt] and #[entry] 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