Initial commit

It's Alive

First somewhat working version of `traxor`

Created tabs

Refactored data storing

something works

Initial commit
This commit is contained in:
Kristofers Solo
2023-09-09 16:05:05 +03:00
commit f8f1fc3bb6
14 changed files with 2682 additions and 0 deletions

16
Cargo.toml Normal file
View File

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