aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Titus Wormer <tituswormer@gmail.com>2022-10-14 14:59:54 +0200
committerLibravatar Titus Wormer <tituswormer@gmail.com>2022-10-14 14:59:54 +0200
commit346cceb900bdf4f1c9a5a55c629a2aa975d474e8 (patch)
treeab42d7eec936295d6aa0a72fd6d720215eea546a
parent8fb2a74ece87bf5b638543e20401e0f51efed62f (diff)
downloadmarkdown-rs-346cceb900bdf4f1c9a5a55c629a2aa975d474e8.tar.gz
markdown-rs-346cceb900bdf4f1c9a5a55c629a2aa975d474e8.tar.bz2
markdown-rs-346cceb900bdf4f1c9a5a55c629a2aa975d474e8.zip
Add `path` to bench in `Cargo.toml`
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index be36f0e..e366cf1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,6 +14,7 @@ include = ["src/", "license"]
[[bench]]
name = "bench"
+path = "benches/bench.rs"
harness = false
[dependencies]