From b5b5884097219d77aa0b4cd6ad4d3a9c1407f5a6 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 27 Nov 2020 16:18:38 +0200 Subject: chore: add cargo init output and initial README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..10c545e --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Summain + +Produce a manifest of specified files. The manifest lists the files, +and for each file its important metadata, and if it's a regular file, +the checksum of the contents. The order in the output is +deterministic: if the program is run twice for the same file, and +files haven't changed, the output is identical. + +This is meant for testing that a backup has been restored correctly. + -- cgit v1.2.1