Changes
Dependencies
update dependencies and increase edition to 2024 4d46b76
Documentation
update markdown docs to include cargo queue rm 93dd62a
fix caesura-ops service name in docker-compose.yml 010018a
Code Style
apply code style with cargo clippy --fix c57405f
Other
copy the transcode before the torrent 53a5313
If the torrent is copied to a watched folder in qbitorrent before
the transcode files then it can cause the torrent to not start and stall
which requires manual intervention. Fix this by copying the torrent
after the transcoded files.
Fixes #148