summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: d699a86a668cc638f5cc507910aa95da757267df (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "mt"
author = "Santo Cariotti <santo@dcariotti.me>"
version = "0.1.0"
edition = "2024"

[dependencies]
hex = { version = "0.4.3" }
sha2 = { version = "0.10.9" }