Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit 32e8483

Browse files
authored
Merge pull request #47 from tnull/2023-11-rename-crate
Rename crate to `lightning-liquidity`
2 parents f848b39 + 8a45581 commit 32e8483

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "ldk-lsp-client"
2+
name = "lightning-liquidity"
33
version = "0.1.0"
44
authors = ["John Cantrell <[email protected]>", "Elias Rohrer <[email protected]>"]
55
edition = "2018"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# ldk-lsp-client
1+
# `lightning-liquidity`
22

33
Types and primitives to integrate a [spec-compliant](https://github.com/BitcoinAndLightningLayerSpecs/lsp) LSP with an LDK-based node.

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your option.
77
// You may not use this file except in accordance with one or both of these
88
// licenses.
9-
#![crate_name = "ldk_lsp_client"]
9+
#![crate_name = "lightning_liquidity"]
1010

11-
//! # ldk-lsp-client
11+
//! # `lightning-liquidity`
1212
//! Types and primitives to integrate a spec-compliant LSP with an LDK-based node.
1313
#![deny(missing_docs)]
1414
#![deny(broken_intra_doc_links)]

0 commit comments

Comments
 (0)