diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,9 +1,17 @@ [package] name = "mt-rs" -author = "Santo Cariotti <santo@dcariotti.me>" +authors = ["Santo Cariotti <santo@dcariotti.me>"] version = "0.1.0" edition = "2024" [dependencies] hex = { version = "0.4.3" } sha2 = { version = "0.10.9" } + +[dev-dependencies] +criterion = { version = "0.6.0" } +rand = "0.8" + +[[bench]] +name = "bigfile" +harness = false |
