summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: dcfd0aaa234d4b3b60ba1c2e57009804df3ceddc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "mt-rs"
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