• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[package]
2name = "quote-benchmark"
3version = "0.0.0"
4authors = ["David Tolnay <dtolnay@gmail.com>"]
5edition = "2018"
6license = "MIT OR Apache-2.0"
7publish = false
8
9[lib]
10proc-macro = true
11path = "lib.rs"
12
13[[bin]]
14name = "quote-benchmark"
15path = "main.rs"
16
17[dependencies]
18proc-macro2 = "1.0"
19quote = { path = ".." }
20termcolor = "1.1"
21