[package]
name = "bashkit-cli"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
keywords.workspace = true
categories.workspace = true
description = "Command line interface for Bashkit sandboxed bash interpreter"
readme = "../../README.md"
[[bin]]
name = "bashkit"
path = "src/main.rs"
doc = false
[dependencies]
bashkit = { path = "../bashkit", version = "0.1.2" }
tokio.workspace = true
clap.workspace = true
anyhow.workspace = true
serde.workspace = true
serde_json.workspace = true