ni-fpga-macros 1.0.1

Macros to be used with the ni-fpga crate.
Documentation
[package]
name = "ni-fpga-macros"
version = "1.0.1"
authors = ["Connor Worley <connorbworley@gmail.com>"]
edition = "2018"
license-file = "LICENSE.md"
description = "Macros to be used with the ni-fpga crate."
repository = "https://github.com/first-rust-competition/ni-fpga-rs"

[lib]
proc-macro = true

[dependencies]
quote = "1.0.6"
syn = { version = "1.0.23", features = ["full"] }