mirror of
https://github.com/openharmony/third_party_rust_proc-macro2.git
synced 2026-07-01 20:24:03 -04:00
f77d53ac54
Signed-off-by: ljy9810 <longjianyin@h-partners.com>
15 lines
233 B
TOML
15 lines
233 B
TOML
[package]
|
|
name = "bench-libproc-macro"
|
|
version = "0.0.0"
|
|
authors = ["David Tolnay <dtolnay@gmail.com>"]
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[lib]
|
|
path = "lib.rs"
|
|
proc-macro = true
|
|
|
|
[[bin]]
|
|
name = "bench-libproc-macro"
|
|
path = "main.rs"
|