~ruther/avr-device

ref: f7089edfb0e59c598184e1ad8f783995d7f15dec avr-device/macros/Cargo.toml -rw-r--r-- 439 bytes
f7089edf — Andrew Dona-Couch ATtiny85 TC0 patch also applies to ATtiny84 4 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]
name = "avr-device-macros"
version = "0.2.0"

authors = ["Rahix <rahix@rahix.de>"]
edition = "2018"
description = "Attribute macros for re-export in `avr-device`"
license = "MIT OR Apache-2.0"
repository = "https://github.com/Rahix/avr-device"

include = [
    "src/*.rs"
]

[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