diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ include = ["src/", "license"] [[bench]] name = "bench" +path = "benches/bench.rs" harness = false [dependencies] |
index : markdown-rs | ||
CommonMark compliant markdown parser in Rust with ASTs and extensions | cel |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | Cargo.toml | 1 |
@@ -14,6 +14,7 @@ include = ["src/", "license"] [[bench]] name = "bench" +path = "benches/bench.rs" harness = false [dependencies] |