refactor: config crate

This commit is contained in:
🪞👃🪞 2025-08-23 13:25:26 +03:00
parent d5865d941f
commit 17c6184f0e
8 changed files with 165 additions and 124 deletions

11
crates/config/Cargo.toml Normal file
View file

@ -0,0 +1,11 @@
[package]
name = "tek_config"
edition = { workspace = true }
version = { workspace = true }
[lib]
path = "config.rs"
[dependencies]
xdg = { workspace = true }
tengri = { workspace = true }