allwright 0.0.6

allwright CLI that bundles the lightweight engine core and plugin management.
[package]
name = "allwright"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "allwright CLI that bundles the lightweight engine core and plugin management."
repository.workspace = true
homepage.workspace = true
readme = "README.md"
keywords = ["automation", "cli", "testing", "plugin"]
categories = ["development-tools::testing", "command-line-utilities"]

[[bin]]
name = "allwright"
path = "src/main.rs"

[dependencies]
allwright = { package = "allwright-core", path = "../allwright", version = "0.0.6", features = ["server"] }
clap = { workspace = true, features = ["derive"] }
tokio = { workspace = true }
tonic = { workspace = true }