Begin work on this project
This commit is contained in:
commit
7325123be9
4 changed files with 750 additions and 0 deletions
17
Cargo.toml
Normal file
17
Cargo.toml
Normal file
|
@ -0,0 +1,17 @@
|
|||
[package]
|
||||
name = "verify"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
description = "A cli tool for getting multiple hashes of a file for quick verification"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
blake2 = "0.10.6"
|
||||
blake3 = "1.3.3"
|
||||
clap = { version = "4.0.32", features = ["derive"] }
|
||||
hex = "0.4.3"
|
||||
md-5 = "0.10.5"
|
||||
sha1 = "0.10.5"
|
||||
sha2 = "0.10.6"
|
||||
sha3 = "0.10.6"
|
Loading…
Add table
Add a link
Reference in a new issue