tek/crates/config/Cargo.toml
2025-08-23 13:25:26 +03:00

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 }