diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -13,6 +13,12 @@ name = "tihdy" logos = "0.11.4" owo-colors = { git="https://github.com/FredTheDino/owo-colors.git" } +criterion = { version = "0.3", optional = true } + [profile.release] debug = true lto = "thin" + +[[bench]] +name = "tihdy_benchmark" +harness = false |
