simavr-section-macro 0.1.0

Internal implementation details of the simavr-section crate.
Documentation
[package]
name = "simavr-section-macro"
description = "Internal implementation details of the simavr-section crate."
version = "0.1.0"
authors = ["Andrew Dona-Couch <simavr-rs@andrewcou.ch>"]
license = "GPL-3.0"
repository = "https://git.sr.ht/~couch/simavr-section"
edition = "2018"

[lib]
proc-macro = true

[dependencies]
syn = "1.0"
proc-macro2 = { version = "1.0", features = ["span-locations"] }
quote = "1.0"

[dev-dependencies.simavr-section]
path = "../simavr-section"