feat: add CmdPlugin for executing terminal commands and update workspace configuration

This commit is contained in:
2026-03-15 16:53:30 +01:00
parent c059961854
commit f5dd303b79
6 changed files with 185 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
[package]
name = "plugin-cmd"
version = "0.1.0"
edition = "2024"
[lib]
name = "plugin_cmd"
path = "src/lib.rs"
[dependencies]
async-trait = { workspace = true }
k-launcher-kernel = { path = "../../k-launcher-kernel" }
libc = "0.2"
[dev-dependencies]
tokio = { workspace = true }