# rbt-engine — **DEPRECATED**
This crate was published as an **internal split** of the rbt 0.0.1 workspace by mistake.
**Do not depend on `rbt-engine`.**
## Use the unified package instead
Repository: **https://github.com/shan-alexander/rbt**
```bash
# CLI (binary name: rbt)
cargo install --git https://github.com/shan-alexander/rbt --locked
# or, once the unified package is on crates.io under an available name:
# cargo install <see project README>
```
```toml
# Library (path / git until crates.io name is settled)
# See https://github.com/shan-alexander/rbt
```
All former `rbt-engine` functionality now lives in the single **`rbt`** package
(modules under `crates/rbt/src/` in the monorepo).
crates.io does not allow deleting crate names; this 0.0.2 release exists only to
point dependents at the real product.