Files
k-launcher/crates/plugins/plugin-apps/Cargo.toml
Gabriel Kaszewski 71b8e46ae6
Some checks failed
CI / test (push) Has been cancelled
CI / clippy (push) Has been cancelled
CI / fmt (push) Has been cancelled
feature/prod-ready (#1)
Reviewed-on: #1
2026-03-15 19:03:30 +00:00

22 lines
431 B
TOML

[package]
name = "plugin-apps"
version = "0.1.0"
edition = "2024"
[lib]
name = "plugin_apps"
path = "src/lib.rs"
[dependencies]
async-trait = { workspace = true }
k-launcher-kernel = { path = "../../k-launcher-kernel" }
nucleo-matcher = "0.3"
serde = { workspace = true }
serde_json = "1.0"
tokio = { workspace = true }
tracing = { workspace = true }
[target.'cfg(target_os = "linux")'.dependencies]
linicon = "2.3.0"
xdg = "3"