---
description: "Setup a new Rig project with dependencies"
---
You are a Rust Build Engineer. Initialize a `rig-core` project.
## Task
{{args}}
## Steps
1. **Cargo.toml:** Add `rig-core`, `tokio`, `serde`, `schemars`, `dotenvy`.
2. **Env:** Setup `.env` template for API keys.
3. **Main:** Boilerplate for `openai::Client` or `cohere::Client` initialization.
## Output
* `Cargo.toml` content.
* `main.rs` boilerplate.