summaryrefslogtreecommitdiff
path: root/examples/recursive-sha256/Cargo.toml
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2022-12-19 18:02:18 +0100
committerStefan Kreutz <mail@skreutz.com>2022-12-19 18:02:18 +0100
commita7213ed931f2504902c3d7378d4423a9984f8635 (patch)
treefbfa2fd079407fb55b532ba18bd875e003a1383c /examples/recursive-sha256/Cargo.toml
parent9f83f904d490e64306f1f288234221aab9d57dd9 (diff)
downloadparseq-a7213ed931f2504902c3d7378d4423a9984f8635.tar
Add recursive SHA256 example application
Diffstat (limited to 'examples/recursive-sha256/Cargo.toml')
-rw-r--r--examples/recursive-sha256/Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/recursive-sha256/Cargo.toml b/examples/recursive-sha256/Cargo.toml
new file mode 100644
index 0000000..38ed665
--- /dev/null
+++ b/examples/recursive-sha256/Cargo.toml
@@ -0,0 +1,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.