[dependencies.proc-macro2]
version = "1.0"
[dependencies.syn]
features = ["full", "fold"]
version = "1.0"
[lib]
proc-macro = true
[package]
authors = ["Hayley <github.com@codingcat.nl>"]
description = "Macros for the rustier crate"
edition = "2018"
license = "GPL-2.0+"
name = "rustier-macros"
repository = "https://github.com/HayleyDeckers/rustier"
version = "0.1.0"