diff options
author | Andreas Grois <andi@grois.info> | 2022-10-09 00:06:35 +0200 |
---|---|---|
committer | Andreas Grois <andi@grois.info> | 2022-10-09 00:06:35 +0200 |
commit | 5e51b706d54a26470f33d1342f4666d5aab921fc (patch) | |
tree | 97307b8419b6572dcffc2842ef1474b4aa89f397 /clippy.toml |
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.
Diffstat (limited to 'clippy.toml')
-rw-r--r-- | clippy.toml | 1 |
1 files changed, 1 insertions, 0 deletions
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" |