From 452b72078e243bda95cf16407a08c0fb98be921a Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Tue, 13 Apr 2021 19:39:32 -0400 Subject: [PATCH 1/1] Rename background-processor to lightning-... to match other crates --- Cargo.toml | 2 +- .../Cargo.toml | 0 .../src/lib.rs | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename {background-processor => lightning-background-processor}/Cargo.toml (100%) rename {background-processor => lightning-background-processor}/src/lib.rs (100%) diff --git a/Cargo.toml b/Cargo.toml index e1807eab..597d4efb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ members = [ "lightning-invoice", "lightning-net-tokio", "lightning-persister", - "background-processor", + "lightning-background-processor", ] # Our tests do actual crypo and lots of work, the tradeoff for -O1 is well worth it. diff --git a/background-processor/Cargo.toml b/lightning-background-processor/Cargo.toml similarity index 100% rename from background-processor/Cargo.toml rename to lightning-background-processor/Cargo.toml diff --git a/background-processor/src/lib.rs b/lightning-background-processor/src/lib.rs similarity index 100% rename from background-processor/src/lib.rs rename to lightning-background-processor/src/lib.rs -- 2.30.2