Skip to content

Commit

Permalink
Fix cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
22388o committed Jun 29, 2024
1 parent 4c45906 commit bbbf7d5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]


Expand All @@ -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"
7 changes: 6 additions & 1 deletion src/bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,9 @@ edition = "2021"

[dependencies]

log = "0.4"
log = "0.4"


[[bin]]
name = "lightning_lendingd"
path = "src/bin/lightning_lendingd.rs"

0 comments on commit bbbf7d5

Please sign in to comment.