feat: add k-launcher-config crate for configuration management and integrate with existing components
This commit is contained in:
13
crates/k-launcher-config/Cargo.toml
Normal file
13
crates/k-launcher-config/Cargo.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[package]
|
||||
name = "k-launcher-config"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[lib]
|
||||
name = "k_launcher_config"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
dirs = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
toml = { workspace = true }
|
||||
Reference in New Issue
Block a user