about summary refs log tree commit diff
path: root/tests/rustdoc-gui/src/proc_macro_test/Cargo.toml
blob: 768ced65184e83e6484f1e48e5d64edb980fa7a2 (plain)
1
2
3
4
5
6
7
8
[package]
name = "proc_macro_test"
version = "0.1.0"
edition = "2021"

[lib]
path = "lib.rs"
proc-macro = true