cargo-fixture-macros 1.2.2

Macros for the cargo-fixture cargo extension
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "cargo-fixture-macros"
description = "Macros for the cargo-fixture cargo extension"
version.workspace = true
authors.workspace = true
license.workspace = true
keywords.workspace = true

edition = "2021"

[lib]
proc-macro = true

[dependencies]
quote = "1"
proc-macro2 = "1"
syn = { version = "2", features = ["full"] }