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

View file

@ -7,8 +7,9 @@ version = { workspace = true }
tengri = { workspace = true }
tengri_proc = { workspace = true }
tek_engine = { workspace = true }
tek_config = { workspace = true }
tek_device = { workspace = true }
tek_engine = { workspace = true }
backtrace = { workspace = true }
clap = { workspace = true, optional = true }