rust-raspberrypi-OS-tutorials/19_kernel_heap/libraries/test-macros/Cargo.toml
2022-05-17 23:24:45 +02:00

15 lines
284 B
TOML

[package]
name = "test-macros"
version = "0.1.0"
authors = ["Andre Richter <andre.o.richter@gmail.com>"]
edition = "2021"
[lib]
proc-macro = true
[dependencies]
proc-macro2 = "1.x"
quote = "1.x"
syn = { version = "1.x", features = ["full"] }
test-types = { path = "../test-types" }