forgekey 1.0.0

A fast, minimal password generator CLI built in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## What does this PR do?

<!-- Brief description of the changes -->

## Type of change

- [ ] Bug fix
- [ ] New feature
- [ ] Breaking change
- [ ] Documentation
- [ ] Refactoring

## Checklist

- [ ] Code compiles without warnings
- [ ] I added/updated tests
- [ ] All tests pass
- [ ] I updated the CHANGELOG if needed