100-days-of-rust/Misc-Projects/sha1_cracker/Cargo.toml

11 lines
208 B
TOML
Raw Normal View History

2023-03-24 00:52:21 +00:00
[package]
name = "sha1_cracker"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
sha-1 = "0.10"
hex = "0.4"