summaryrefslogtreecommitdiff
path: root/examples/recursive-sha256/Cargo.toml
blob: 7fb4f7e78489c05e33d9c7dad309a516d82b82b9 (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.3"
Generated by cgit. See skreutz.com for my tech blog and contact information.