summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-11-27 16:18:38 +0200
committerLars Wirzenius <liw@liw.fi>2020-11-28 10:37:06 +0200
commitb5b5884097219d77aa0b4cd6ad4d3a9c1407f5a6 (patch)
tree8611e11aff77ab2fee27125501c46b729e18f22f
parent950fc572ae638119dcd0b2be2e17d95fcae51913 (diff)
downloadsummain-rs-b5b5884097219d77aa0b4cd6ad4d3a9c1407f5a6.tar.gz
chore: add cargo init output and initial README.md
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
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.
+