12 lines
255 B
TOML
12 lines
255 B
TOML
[package]
|
|
name = "hexihasher"
|
|
version = "0.1.0"
|
|
authors = ["Bill Thiede <git@xinu.tv>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
sha2 = "0.8.1"
|
|
faster-hex = "0.4.1"
|