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. --- clippy.toml | 1 + 1 file changed, 1 insertion(+) create mode 100644 clippy.toml (limited to 'clippy.toml') diff --git a/clippy.toml b/clippy.toml new file mode 100644 index 0000000..935336a --- /dev/null +++ b/clippy.toml @@ -0,0 +1 @@ +msrv = "1.52.0" -- cgit v1.2.3