# Jupiter Lending SDK
A Rust SDK for interacting with Jupiter Lending protocol on Solana.
## Usage
Add this to your `Cargo.toml`:
```toml
[dependencies]
jup-lend-sdk = "0.2.0"
anyhow = "1.0"
tokio = { version = "1.47.1", features = ["full"] }
```
## License
MIT