> ## Documentation Index
> Fetch the complete documentation index at: https://docs.legnext.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Installation

> Install the Legnext Rust SDK

## Requirements

* **Rust**: Version 1.70 or higher
* **Cargo**: Rust package manager

## Add to Cargo.toml

Add this dependency to your `Cargo.toml`:

```toml theme={null}
[dependencies]
legnext-sdk = "1.0.0"
```

## Install via Cargo

```bash theme={null}
cargo add legnext-sdk
```

## Verify Installation

```bash theme={null}
cargo tree | grep legnext
```

## Build Your Project

```bash theme={null}
cargo build
```
