Files
k-launcher/crates/plugins/plugin-apps/Cargo.toml
Gabriel Kaszewski 0fc21ede97
Some checks failed
CI / clippy (push) Has been cancelled
CI / fmt (push) Has been cancelled
CI / test (push) Has been cancelled
Release / build (push) Failing after 5m11s
chore: bump version to 0.2.1 and update related files
2026-07-24 13:54:32 +02:00

29 lines
618 B
TOML

[package]
name = "plugin-apps"
version = "0.2.1"
edition = "2024"
[lib]
name = "plugin_apps"
path = "src/lib.rs"
[dependencies]
async-trait = { workspace = true }
bincode = { version = "2", features = ["serde"] }
dirs = { workspace = true }
k-launcher-domain = { workspace = true }
nucleo-matcher = "0.3"
parking_lot = { workspace = true }
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"
[dev-dependencies]
k-launcher-domain = { workspace = true }
tokio = { workspace = true }