mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
11 lines
197 B
TOML
11 lines
197 B
TOML
[package]
|
|
name = "tek_config"
|
|
edition = { workspace = true }
|
|
version = { workspace = true }
|
|
|
|
[lib]
|
|
path = "config.rs"
|
|
|
|
[dependencies]
|
|
xdg = { workspace = true }
|
|
tengri = { workspace = true }
|