diff --git a/Cargo.lock b/Cargo.lock index bdc4349..270eceb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1382,7 +1382,7 @@ dependencies = [ [[package]] name = "rust_l402" -version = "0.1.0-beta" +version = "0.1.1-beta" dependencies = [ "lnd-grpc-tonic-client", "reqwest", diff --git a/Cargo.toml b/Cargo.toml index d3e879f..29f58ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT" repository = "https://github.com/AreaLayer/rust-l402" homepage = "https://www.arealayer.net/products" tags = ["rust", "lnd", "grpc", "tonic", "client", "bitcoin", "lightning"] -version = "0.1.0-beta" +version = "0.1.1-beta" edition = "2021" [dependencies] diff --git a/README.md b/README.md index 086c286..232547d 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,6 @@ This example provides a quick overview of how to utilize the `rust_l402` crate f - [x] Cargo tests - [x] Fix lib.rs - [x] FOSS -- [x] Alby wallet (Greenlight) [WIP] +- [x] Alby wallet (Greenlight) - [x] Publish Crates - [ ] Nostr \ No newline at end of file diff --git a/src/lib.rs b/src/lib.rs index abaccf3..e29d9b2 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -2,6 +2,7 @@ pub mod client { use crate::tokenstore::RustL402; // use lnd_grpc_tonic_client::lnrpc::Payment; // Uncomment if needed // use tonic_lnd::Client; // Uncomment if needed + // use alby_greenlight_client::Client; // Uncomment if needed pub fn client_function() { // Implementation goes here @@ -11,6 +12,7 @@ pub mod client { pub mod wallet { // use lnd_grpc_tonic_client::lnrpc::WalletAccountBalance; // Uncomment if needed + // use alby_greenlight_client::Client; // Uncomment if needed pub fn wallet_function() { // Implementation goes here