proc-macro-crate-name-test-macros 0.1.1

testing to see whether CARGO_PKG_NAME is populated correctly when proc macro crate is re-exported
Documentation
1
2
3
4
5
6
7
8
9
10
[lib]
proc-macro = true

[package]
authors = ["sam0x17"]
description = "testing to see whether CARGO_PKG_NAME is populated correctly when proc macro crate is re-exported"
edition = "2021"
license = "MIT"
name = "proc-macro-crate-name-test-macros"
version = "0.1.1"