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

15 lines
267 B
TOML

[package]
name = "plugin-calc"
version = "0.1.0"
edition = "2024"
[lib]
name = "plugin_calc"
path = "src/lib.rs"
[dependencies]
async-trait = { workspace = true }
evalexpr = "11"
k-launcher-kernel = { path = "../../k-launcher-kernel" }
tokio = { workspace = true }