Tasks: * [ ] Update dependencies ```bash # Runs rustfmt, cargo update, and cargo outdated cargo make --no-workspace maintain ``` * ~~Remove `TODO`s~~ * [ ] Run clippy. * [ ] Run `cargo udeps` and remove unused crates. * ~~Code coverage -- add tests.~~