From 5e51b706d54a26470f33d1342f4666d5aab921fc Mon Sep 17 00:00:00 2001 From: Andreas Grois Date: Sun, 9 Oct 2022 00:06:35 +0200 Subject: Initial Commit: PasswordMaker itself. It's compiling, and the public interface is semi-OK now. The internals are still a bit gory, but they'll likely see an iteartion later on anyhow. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..317aad4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/target +/Cargo.lock +*~ \ No newline at end of file -- cgit v1.2.3