chore: add reamde
Some checks failed
CI / build-and-test (push) Has been cancelled

This commit is contained in:
2026-01-01 16:29:36 +02:00
parent d0b8f8177b
commit 6675634391
7 changed files with 645 additions and 431 deletions

View File

@@ -2,8 +2,12 @@
name = "traxor"
version = "0.1.0"
authors = ["Kristofers Solo <dev@kristofers.xyz>"]
license = "GPLv3"
description = "A terminal UI for managing Transmission torrents"
repository = "https://github.com/kristoferssolo/traxor"
license = "GPL-3.0"
edition = "2024"
keywords = ["torrent", "transmission", "tui", "terminal"]
categories = ["command-line-utilities"]
[dependencies]
color-eyre = "0.6"
@@ -23,7 +27,10 @@ tracing-subscriber = { version = "0.3", features = ["registry", "env-filter"] }
transmission-rpc = "0.5"
url = "2.5"
[dev-dependencies]
claims = "0.8"
[lints.clippy]
pedantic = "warn"
nursery = "warn"
# unwrap_used = "warn" // ignore for now
unwrap_used = "warn"