1
0
Fork 0
This repository has been archived on 2024-06-16. You can view files and clone it, but cannot push or open issues or pull requests.
multithreaded_hashing/Cargo.toml

13 lines
240 B
TOML
Raw Permalink Normal View History

2023-04-19 20:39:20 +00:00
[package]
name = "hashing"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
digest = "0.10.6"
hex = "0.4.3"
md-5 = "0.10.5"
sha2 = "0.10.6"