proc-macro-api-test-base 0.2.3

The base of `proc-macro-api-tests`.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]

name = "proc-macro-api-test-base"

version = "0.2.3"

edition = "2024"

description = "The base of `proc-macro-api-tests`."

license = "MIT OR Apache-2.0"

repository = "https://github.com/BoxCatGarden/proc_macro_api"

publish = true



[dependencies]

proc-macro2 = { workspace = true }

quote = { workspace = true }