aboutsummaryrefslogtreecommitdiff
path: root/proc-macro2/benches/bench-libproc-macro/Cargo.toml
blob: 41d106dae664ee6eb88b5dbe30741b533310cd2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "bench-libproc-macro"
version = "0.0.0"
edition = "2018"
publish = false

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

[[bin]]
name = "bench-libproc-macro"
path = "main.rs"