traxor/Cargo.toml
Kristofers Solo c199325d50 feat(torrent): add torrent toggle
Switch between Stopped and Running torrent states
2024-01-30 18:12:04 +02:00

18 lines
386 B
TOML

[package]
name = "traxor"
version = "0.1.0"
authors = ["Kristofers Solo <dev@kristofers.xyz>"]
license = "GPLv3"
edition = "2021"
[dependencies]
crossterm = "0.27"
ratatui = { version = "0.25" }
transmission-rpc = "0.4"
# transmission-rpc = { path = "/home/kristofers/repos/transmission-rpc" }
url = "2.4"
anyhow = "1.0"
tokio = { version = "1", features = ["full"] }
tracing = "0.1"