diff --git a/Cargo.toml b/Cargo.toml index 428651e..afa1139 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ authors = ["22388"] description = "A lightning lending library & cli by Nostr/LDK/DLCs" repository = "https://github.com/AreaLayer/Lightning_Lending" documentation = "https://docs.rs/lightning_lending" -keywords = ["lightning", "lending", "lnd", "bitcoin", "dlc"] +keywords = ["lightning", "lending", "lnd", "bitcoin", "dlc", "nostr"] categories = ["cryptography", "Bitcoin", "Lightning"] @@ -15,3 +15,8 @@ dlc = "0.4.0" lightning = "0.0.123" nostr = "0.32.0" bdk = "1.0.0-alpha.11" + + +[[bin]] +name = "lightning_lendingd" +path = "src/bin/lightning_lendingd.rs" diff --git a/src/bin/Cargo.toml b/src/bin/Cargo.toml index 04323ad..c537653 100644 --- a/src/bin/Cargo.toml +++ b/src/bin/Cargo.toml @@ -6,4 +6,9 @@ edition = "2021" [dependencies] -log = "0.4" \ No newline at end of file +log = "0.4" + + +[[bin]] +name = "lightning_lendingd" +path = "src/bin/lightning_lendingd.rs"