summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 1ca2db0e468ce35142e85ef062f28159dee7721d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "utility-macros"
version = "0.1.0"
description = "Utility macros that should be in std but is not"
edition = "2021"

[lib]
proc_macro = true

[dependencies]
syn = { version = "1.0.96", features = ["full"] }
quote = "1.0.18"