# lnd_rest
[](https://github.com/zenoxygen/lnd_rest/actions/workflows/ci.yaml)
[](https://crates.io/crates/lnd_rest)
[](https://docs.rs/lnd_rest/)
Rust wrapper to interact with the REST API of a Lightning Network Daemon node.
## Usage
Add to your `Cargo.toml` manifest:
```ini
[dependencies]
lnd_rest = "0.1.1"
```