summaryrefslogtreecommitdiff
path: root/examples/recursive-sha256/Cargo.toml
blob: 38ed66592edf91828f77f7b6debcbcc20883ff83 (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "example-recursive-sha256"
version = "0.1.0"
edition = "2021"
publish = false

[dependencies]
parseq = { path = "../.." }
sha2 = "0.10.6"
walkdir = "2.3.2"
Generated by cgit. See skreutz.com for my tech blog and contact information.