Files
k-launcher/crates/plugins/plugin-cmd/Cargo.toml

17 lines
282 B
TOML

[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 }