mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 04:06:45 +01:00
refactor: config crate
This commit is contained in:
parent
d5865d941f
commit
17c6184f0e
8 changed files with 165 additions and 124 deletions
11
crates/config/Cargo.toml
Normal file
11
crates/config/Cargo.toml
Normal 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 }
|
||||
Loading…
Add table
Add a link
Reference in a new issue