~ruther/avr-device

ref: a6f1a845bf16c1226c31e43b8176b234d7989091 avr-device/macros/Cargo.toml -rw-r--r-- 439 bytes
a6f1a845 — Rahix Rename `udebug` feature to `ufmt` 2 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.3.4"

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