Add a send to Transmission action

This commit is contained in:
Marc Plano-Lesay 2025-05-01 12:51:07 +10:00
parent 88419cbf97
commit 3f2b002f52
Signed by: kernald
GPG key ID: 66A41B08CC62A6CF
10 changed files with 952 additions and 83 deletions

View file

@ -23,3 +23,7 @@ multimap = "0.10.0"
diesel = { version = "2.2.10", features = ["sqlite", "chrono"] }
diesel_migrations = "2.2.0"
tempfile = "3.19.1"
transmission-rpc = "0.5.0"
url = "2.5.4"
clap-verbosity-flag = "3.0.2"
pretty_env_logger = "0.5.0"