mirror of
https://github.com/kristoferssolo/traxor.git
synced 2026-02-04 06:42:04 +00:00
feat(torrent): add torrent toggle
Switch between Stopped and Running torrent states
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
name = "traxor"
|
||||
version = "0.1.0"
|
||||
authors = ["Kristofers Solo <dev@kristofers.xyz>"]
|
||||
license = "GPL3"
|
||||
license = "GPLv3"
|
||||
edition = "2021"
|
||||
|
||||
|
||||
@@ -14,3 +14,4 @@ transmission-rpc = "0.4"
|
||||
url = "2.4"
|
||||
anyhow = "1.0"
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
tracing = "0.1"
|
||||
|
||||
Reference in New Issue
Block a user