mirror of
https://github.com/kristoferssolo/traxor.git
synced 2026-02-04 06:42:04 +00:00
refactor: use color-eyre
This commit is contained in:
10
Cargo.toml
10
Cargo.toml
@@ -6,13 +6,13 @@ license = "GPLv3"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
color-eyre = "0.6"
|
||||
crossterm = "0.29"
|
||||
ratatui = { version = "0.29" }
|
||||
transmission-rpc = "0.5"
|
||||
url = "2.5"
|
||||
anyhow = "1.0"
|
||||
thiserror = "2.0"
|
||||
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
||||
thiserror = "2.0"
|
||||
tracing-appender = "0.2"
|
||||
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
||||
transmission-rpc = "0.5"
|
||||
url = "2.5"
|
||||
|
||||
Reference in New Issue
Block a user