rustlift 2.0.1

A typestate-driven deployment agent for Azure Web Apps
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
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.