mirror of
https://github.com/kristoferssolo/traxor.git
synced 2026-02-04 06:42:04 +00:00
feat: add logger env
This commit is contained in:
@@ -11,7 +11,8 @@ ratatui = { version = "0.29" }
|
||||
transmission-rpc = "0.5"
|
||||
url = "2.5"
|
||||
anyhow = "1.0"
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = "0.3"
|
||||
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
||||
thiserror = "2.0"
|
||||
tracing-appender = "0.2"
|
||||
|
||||
Reference in New Issue
Block a user