~ruther/avr-device

ref: 6f0b1cc9148270b0fd4a0f1b25c0a6dd0a3c6035 avr-device/macros/Cargo.toml -rw-r--r-- 266 bytes
6f0b1cc9 — Rahix gen-intr-lut: Switch to /usr/bin/env bash as interpreter 5 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 = "0.6.12"
proc-macro2 = "0.4.30"

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