[package]
name = "bnto-shell"
version = "0.1.3"
edition = "2024"
description = "Shell command processor for Bnto engine — execute external CLI tools"
license = "MIT"
repository = "https://github.com/Develonaut/bnto"
homepage = "https://bnto.io"
readme = "README.md"
keywords = ["cli", "shell", "command", "pipeline", "processor"]
categories = ["command-line-utilities"]
[lib]
crate-type = ["rlib"]
[dependencies]
bnto-core = { path = "../bnto-core", version = "0.1.3" }
serde_json = { workspace = true }