diff --git a/README.md b/README.md index 9e12dfb..8f46af5 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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`.