diff options
| author | Martin Haug <mhaug@live.de> | 2021-11-28 18:18:45 +0100 |
|---|---|---|
| committer | Martin Haug <mhaug@live.de> | 2021-11-28 18:18:45 +0100 |
| commit | e05eb5fda5d1dfeef168b6fc071b20fdbcce2dcd (patch) | |
| tree | 6b4585c065ce21a76784cd0915d9b6e0a414f88d /Cargo.toml | |
| parent | edc686d7384470068858e16f2926cf50f31b2c90 (diff) | |
Code Review: Parser, I can't let you do this
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -61,7 +61,6 @@ walkdir = "2" # Dependencies updates: # - Bump ttf-parser when rustybuzz is updated # - Bump usvg and resvg in conjunction with svg2pdf -criterion = "0.3" [[bin]] name = "typst" @@ -76,8 +75,3 @@ harness = false name = "oneshot" path = "benches/oneshot.rs" harness = false - -[[bench]] -name = "timed" -path = "benches/timed.rs" -harness = false |
