13 lines
278 B
TOML
13 lines
278 B
TOML
|
[package]
|
||
|
name = "zerowidthhashes"
|
||
|
version = "0.1.0"
|
||
|
authors = ["edensg <eden@edensg.me>"]
|
||
|
edition = "2018"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
crypto-hash = "0.3.4"
|
||
|
num_cpus = "1.11.0"
|
||
|
hex = "0.4.0"
|