mirror of
https://github.com/kristoferssolo/traxor.git
synced 2026-02-04 06:42:04 +00:00
fix(log): decrease log size
This commit is contained in:
@@ -6,9 +6,10 @@ license = "GPLv3"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
derive_macro = { path = "derive_macro" }
|
||||
color-eyre = "0.6"
|
||||
crossterm = "0.29"
|
||||
derive_macro = { path = "derive_macro" }
|
||||
derive_more = { version = "2.0", features = ["display"] }
|
||||
dirs = "6.0"
|
||||
merge = "0.2"
|
||||
ratatui = { version = "0.29" }
|
||||
|
||||
Reference in New Issue
Block a user