refactor(config): simplify config reading

!squash me

!squash me
This commit is contained in:
2025-07-10 17:08:42 +03:00
parent b341b7a661
commit b988880c41
20 changed files with 328 additions and 229 deletions

View File

@@ -3,9 +3,10 @@ name = "traxor"
version = "0.1.0"
authors = ["Kristofers Solo <dev@kristofers.xyz>"]
license = "GPLv3"
edition = "2021"
edition = "2024"
[dependencies]
derive_macro = { path = "derive_macro" }
color-eyre = "0.6"
crossterm = "0.29"
dirs = "6.0"