9 lines
126 B
TOML
9 lines
126 B
TOML
[package]
|
|
name = "social-hash-brute"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
hex-literal = "1.1.0"
|
|
sha2 = "0.10.9"
|