Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
niteshbalusu11 authored Aug 21, 2024
1 parent 37e1b04 commit 6304ab7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# LND gRPC Client in Rust.

Rust implementation of LND RPC client using async gRPC library `tonic_openssl`.
Rust 🦀 implementation of LND RPC client using async gRPC library `tonic_openssl`.

## About

Expand All @@ -11,6 +11,11 @@ but accepts an environment variable `LND_REPO_DIR` which overrides the vendored
This can be used to test new features in non-released `lnd`.
(Actually, the motivating project using this library was that case. :))

## Adding to your Rust 🦀 project
```
cargo add lnd_grpc_rust
```

## Usage

There's no setup needed beyond adding the crate to your `Cargo.toml`.
Expand Down

0 comments on commit 6304ab7

Please sign in to comment.