rust-raspberrypi-OS-tutorials/13_exceptions_part2_peripheral_IRQs/test-macros/Cargo.toml

15 lines
284 B
TOML
Raw Normal View History

2019-12-30 23:04:13 +00:00
[package]
name = "test-macros"
version = "0.1.0"
authors = ["Andre Richter <andre.o.richter@gmail.com>"]
edition = "2018"
[lib]
proc-macro = true
[dependencies]
proc-macro2 = "1.x"
quote = "1.x"
syn = { version = "1.x", features = ["full"] }
test-types = { path = "../test-types" }