aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2019-06-23 18:06:42 -0700
committerDavid Tolnay <dtolnay@gmail.com>2019-06-23 18:06:42 -0700
commite2a818aafca11dcc885fe1109413b691db4a220a (patch)
treeb1e92b8a64015b17f8cefe122eb33d8b8d090df8 /Cargo.toml
parent3e22c0ba82a5d3f0cc9dba9324a0d8eb96d04d52 (diff)
downloadplatform_external_rust_crates_syn-e2a818aafca11dcc885fe1109413b691db4a220a.tar.gz
platform_external_rust_crates_syn-e2a818aafca11dcc885fe1109413b691db4a220a.tar.bz2
platform_external_rust_crates_syn-e2a818aafca11dcc885fe1109413b691db4a220a.zip
Add a benchmark of TokenStream to File
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a394b8d2..abb5495d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -49,6 +49,11 @@ edition = "2018"
harness = false
required-features = ["full", "parsing"]
+[[bench]]
+name = "file"
+edition = "2018"
+required-features = ["full", "parsing"]
+
[package.metadata.docs.rs]
all-features = true