feat: add support for external plugins and enhance plugin management
This commit is contained in:
16
crates/k-launcher-plugin-host/Cargo.toml
Normal file
16
crates/k-launcher-plugin-host/Cargo.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
[package]
|
||||
name = "k-launcher-plugin-host"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[lib]
|
||||
name = "k_launcher_plugin_host"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
async-trait = { workspace = true }
|
||||
k-launcher-kernel = { path = "../k-launcher-kernel" }
|
||||
serde = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
tokio = { workspace = true, features = ["process", "io-util", "sync"] }
|
||||
tracing = { workspace = true }
|
||||
Reference in New Issue
Block a user