diff options
author | Dennis Eriksen <d@ennis.no> | 2023-09-13 22:08:50 +0200 |
---|---|---|
committer | Dennis Eriksen <d@ennis.no> | 2023-09-13 22:08:50 +0200 |
commit | 74168548c0c96e155e7615f2cb1ae71770ef4713 (patch) | |
tree | 2cd99c8a96577906210a35167ee862cbcbf782c9 /.gitignore | |
parent | Redid the sh-version. (diff) | |
download | makepass-74168548c0c96e155e7615f2cb1ae71770ef4713.tar.gz |
Adding rust-version
This needs a lot of cleanup and commenting, but it works.
It's FAST. Even faster than the go-version.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ # ignore binaries /makepass.go +/makepass.rs +rust/target |