# rbt-materializer — **DEPRECATED**
This crate was an accidental internal split of rbt. **Do not depend on it.**
## Use the unified package
```bash
cargo install rbt-datalake
rbt --help
```
```toml
[dependencies]
rbt-datalake = "0.0.2"
```
```rust
use rbt::RbtProjectConfig; // library import path is still `rbt`
```
- crates.io: https://crates.io/crates/rbt-datalake
- source: https://github.com/shan-alexander/rbt
(The short name `rbt` on crates.io is an unrelated project; ours is **`rbt-datalake`** with binary name **`rbt`**.)