# Nomi AI Client
A Rust library for interacting with [Nomi.ai API](https://api.nomi.ai/docs/).
This is unofficial and not supported by Nomi.ai.
## Installation
Add the following to your `Cargo.toml`:
```toml
[dependencies]
nomi_api_client = "0.1.0"
```